summaryrefslogtreecommitdiffhomepage
path: root/docs/csmap_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-11 22:58:58 +0200
committerTyge Løvset <[email protected]>2021-09-11 22:58:58 +0200
commita2aa14cc91ccbd42cd1188c6fac6126a38d0de77 (patch)
tree843baa1eba7abae70b54326ca898607eedbc5e76 /docs/csmap_api.md
parent658019e1e53ad1ccbca5c623b7199c445eab8b86 (diff)
downloadSTC-modified-a2aa14cc91ccbd42cd1188c6fac6126a38d0de77.tar.gz
STC-modified-a2aa14cc91ccbd42cd1188c6fac6126a38d0de77.zip
Fixed docs for newstyle.
Diffstat (limited to 'docs/csmap_api.md')
-rw-r--r--docs/csmap_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/csmap_api.md b/docs/csmap_api.md
index 6589417f..6fdd3857 100644
--- a/docs/csmap_api.md
+++ b/docs/csmap_api.md
@@ -61,7 +61,7 @@ csmap_X_iter_t csmap_X_erase_range(csmap_X* self, csmap_X_iter_t it1, csmap
csmap_X_iter_t csmap_X_begin(const csmap_X* self);
csmap_X_iter_t csmap_X_end(const csmap_X* self);
void csmap_X_next(csmap_X_iter_t* iter);
-csmap_X_iter_t csmap_X_fwd(csmap_X_iter_t it, size_t n);
+csmap_X_iter_t csmap_X_advance(csmap_X_iter_t it, size_t n);
csmap_X_value_t csmap_X_value_clone(csmap_X_value_t val);
csmap_X_rawvalue_t csmap_X_value_toraw(csmap_X_value_t* pval);
@@ -122,7 +122,7 @@ The HEX of color BLACK is:[#000000]
```
### Example 2
-This example uses a csmap with cstr as mapped value, by the `using_csmap_strval(id, int)` macro.
+This example uses a csmap with cstr as mapped value.
```c
#include <stc/cstr.h>