summaryrefslogtreecommitdiffhomepage
path: root/docs/cstr_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-24 00:01:27 +0100
committerTyge Løvset <[email protected]>2021-01-24 00:01:27 +0100
commitdcf8d43f14d7116561957089192451b9ac832872 (patch)
tree04182abf9f7988d965998db062a35bbde3d22899 /docs/cstr_api.md
parent5fbc99f7004f3b8a1634cc9dc35199542126da63 (diff)
downloadSTC-modified-dcf8d43f14d7116561957089192451b9ac832872.tar.gz
STC-modified-dcf8d43f14d7116561957089192451b9ac832872.zip
Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not cvec_inits.
Improved docs.
Diffstat (limited to 'docs/cstr_api.md')
-rw-r--r--docs/cstr_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md
index c6292906..d5e2f4b0 100644
--- a/docs/cstr_api.md
+++ b/docs/cstr_api.md
@@ -3,7 +3,7 @@
A **cstr* is an object that 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.
-See [std::basic_string](https://en.cppreference.com/w/cpp/string/basic_string) for a similar c++ class.
+See the c++ class [std::basic_string](https://en.cppreference.com/w/cpp/string/basic_string) for a functional description.
## Header file