doc: finish documentation of StringHelper

This commit is contained in:
2024-07-17 14:18:54 +08:00
parent b13bb445e4
commit 94386c93aa
5 changed files with 102 additions and 6 deletions

View File

@ -81,7 +81,7 @@ It is very like the implementation of singleton application.
The implementation of unhandled exception handler may also will throw exception.
This will cause infinite recursive calling.
YYCC::ExceptionHelper has internal mechanism to prevent this bad case.
If this really happend, the handler will quit silent and will not cause any issue.
If this really happened, the handler will quit silent and will not cause any issue.
Programmer don't need to worry about this.
*/