summaryrefslogtreecommitdiffhomepage
path: root/docs/cdeq_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-19 14:54:15 +0200
committerTyge Løvset <[email protected]>2021-09-19 14:54:15 +0200
commit0a3fe6211933a8be6ec71ff82a3077da7012e667 (patch)
tree16794698ffac9c3e746b0a02078a4ed7afdf580c /docs/cdeq_api.md
parent677e3d855e1d35ae5bf12609e86785a01ce2f4cc (diff)
downloadSTC-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/cdeq_api.md')
-rw-r--r--docs/cdeq_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cdeq_api.md b/docs/cdeq_api.md
index 1ad754a1..8832b393 100644
--- a/docs/cdeq_api.md
+++ b/docs/cdeq_api.md
@@ -17,7 +17,7 @@ See the c++ class [std::deque](https://en.cppreference.com/w/cpp/container/deque
#define i_valdel // destroy value func - defaults to empty destruct
#include <stc/cdeq.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