summaryrefslogtreecommitdiffhomepage
path: root/docs/csptr_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-21 09:56:57 +0200
committerTyge Løvset <[email protected]>2021-09-21 09:56:57 +0200
commitb31765540d40675665d8a58f5fa4d1e23dd5ba64 (patch)
treea164d33d40a53a36605362c05ad0f84098a6befb /docs/csptr_api.md
parented62ea868e505d5773d583f4a09c32b13f00c180 (diff)
downloadSTC-modified-b31765540d40675665d8a58f5fa4d1e23dd5ba64.tar.gz
STC-modified-b31765540d40675665d8a58f5fa4d1e23dd5ba64.zip
Fixed input args documentation. Fixed carr2 and carr3 clone functions.
Diffstat (limited to 'docs/csptr_api.md')
-rw-r--r--docs/csptr_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csptr_api.md b/docs/csptr_api.md
index 67a67d5c..ef908691 100644
--- a/docs/csptr_api.md
+++ b/docs/csptr_api.md
@@ -59,7 +59,7 @@ bool csptr_X_equals(const csptr_X* x, const csptr_X* y);
|:--------------------|:--------------------------------------------------------------|:-------------------------|
| `csptr_null` | `{NULL, NULL}` | Init nullptr const |
| `csptr_X` | `struct { csptr_X_value_t* get; atomic_count_t* use_count; }` | The csptr type |
-| `csptr_X_value_t` | `Value` | The csptr element type |
+| `csptr_X_value_t` | `i_val` | The csptr element type |
| `atomic_count_t` | `long` | The reference counter |
## Example