diff options
Diffstat (limited to 'docs/csptr_api.md')
| -rw-r--r-- | docs/csptr_api.md | 2 |
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 |
