summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-23 23:51:58 +0100
committerGitHub <[email protected]>2021-02-23 23:51:58 +0100
commit46552181642b8ee52bc1a6e426c31b5c65aea499 (patch)
treec8622bfb97e0bb3a62a3d1fe139308e2dbda503f
parent96d78ec2623b89089d3512f619fb252d1afc24a0 (diff)
downloadSTC-modified-46552181642b8ee52bc1a6e426c31b5c65aea499.tar.gz
STC-modified-46552181642b8ee52bc1a6e426c31b5c65aea499.zip
Update cstr_api.md
-rw-r--r--docs/cstr_api.md4
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
![String](pics/string.jpg)
-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
+```