diff options
Diffstat (limited to 'Headers/StdKit/String.hpp')
| -rw-r--r-- | Headers/StdKit/String.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Headers/StdKit/String.hpp b/Headers/StdKit/String.hpp index 20fd16f..d4048ee 100644 --- a/Headers/StdKit/String.hpp +++ b/Headers/StdKit/String.hpp @@ -15,9 +15,9 @@ namespace CompilerKit { /** - * @brief StringView class, contains a C string and manages it. - * @note No need to manage it it's getting deleted by default. - */ + * @brief StringView class, contains a C string and manages it. + * @note No need to manage it it's getting deleted by default. + */ class StringView final { @@ -76,9 +76,9 @@ namespace CompilerKit }; /** - * @brief StringBuilder class - * @note These results shall call delete[] after they're used. - */ + * @brief StringBuilder class + * @note These results shall call delete[] after they're used. + */ struct StringBuilder final { static StringView Construct(const CharType* data); |
