From 46552181642b8ee52bc1a6e426c31b5c65aea499 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Tue, 23 Feb 2021 23:51:58 +0100 Subject: Update cstr_api.md --- docs/cstr_api.md | 4 ++-- 1 file 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 +``` -- cgit v1.2.3