summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-05-18 22:11:30 +0200
committerTyge Løvset <[email protected]>2021-05-18 22:11:30 +0200
commit353ed880f92403d29c32af8d36c4bb8b0cb9c821 (patch)
tree7a95bee4dc8219bcc5675866d3922815146701ed
parent4578ae03cea28def01dc9f5fe882234857b1238e (diff)
parent1b64fc2f92e2e63f68f63c4bf745df5ba75f5629 (diff)
downloadSTC-modified-353ed880f92403d29c32af8d36c4bb8b0cb9c821.tar.gz
STC-modified-353ed880f92403d29c32af8d36c4bb8b0cb9c821.zip
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
-rw-r--r--docs/csview_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csview_api.md b/docs/csview_api.md
index a76eb262..3a965565 100644
--- a/docs/csview_api.md
+++ b/docs/csview_api.md
@@ -121,7 +121,7 @@ using_cvec_sv();
int main()
{
- csview text = c_sv("A long and winded literal string");
+ csview text = c_sv("The length of this literal is evaluated at compile time and stored in csview text.");
printf("%s\nLength: %zu\n\n", text.str, text.size);
// cvec of cstr elements, using csview as "emplace" type