diff options
| author | Tyge Løvset <[email protected]> | 2021-05-18 15:56:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-18 15:56:09 +0200 |
| commit | 1b64fc2f92e2e63f68f63c4bf745df5ba75f5629 (patch) | |
| tree | 5fbdd91398d4bd66ed5ba1649a96a39efb958b97 /docs/csview_api.md | |
| parent | 9e0d78dbc9a2aace17f3b0e883771663921cb00b (diff) | |
| download | STC-modified-1b64fc2f92e2e63f68f63c4bf745df5ba75f5629.tar.gz STC-modified-1b64fc2f92e2e63f68f63c4bf745df5ba75f5629.zip | |
Update csview_api.md
Diffstat (limited to 'docs/csview_api.md')
| -rw-r--r-- | docs/csview_api.md | 2 |
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 |
