diff options
| author | Tyge Løvset <[email protected]> | 2021-09-19 14:54:15 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-19 14:54:15 +0200 |
| commit | 0a3fe6211933a8be6ec71ff82a3077da7012e667 (patch) | |
| tree | 16794698ffac9c3e746b0a02078a4ed7afdf580c /docs/cset_api.md | |
| parent | 677e3d855e1d35ae5bf12609e86785a01ce2f4cc (diff) | |
| download | STC-modified-0a3fe6211933a8be6ec71ff82a3077da7012e667.tar.gz STC-modified-0a3fe6211933a8be6ec71ff82a3077da7012e667.zip | |
Replaced the two csptr doc examples with a better one. Same as sharedptr.c in examples.
Diffstat (limited to 'docs/cset_api.md')
| -rw-r--r-- | docs/cset_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cset_api.md b/docs/cset_api.md index 8b645d29..f9a5cfb7 100644 --- a/docs/cset_api.md +++ b/docs/cset_api.md @@ -18,7 +18,7 @@ A **cset** is an associative container that contains a set of unique objects of #define i_keydel // destroy key func - defaults to empty destruct
#include <stc/cset.h>
```
-`X` should be replaced by the value of i_tag in all of the following documentation.
+`X` should be replaced by the value of ***i_tag*** in all of the following documentation.
## Methods
|
