diff options
| -rw-r--r-- | docs/cstr_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md index ae443087..de20e89e 100644 --- a/docs/cstr_api.md +++ b/docs/cstr_api.md @@ -1,7 +1,7 @@ # STC [cstr](../stc/cstr.h): String  -A **cstr* object represent sequences of characters. It supports an interface similar to that of a standard container of bytes, but adding features specifically designed to operate with strings of single-byte characters, terminated by the null character. +A **cstr** object represent sequences of characters. It supports an interface similar to that of a standard container of bytes, but adding features specifically designed to operate with strings of single-byte characters, terminated by the null character. See the c++ class [std::basic_string](https://en.cppreference.com/w/cpp/string/basic_string) for a functional description. @@ -138,4 +138,4 @@ one-two-three-seven-five. one-two-three-four-five. append: one two three four five six seven eight directory/filename.ext -```
\ No newline at end of file +``` |
