diff options
Diffstat (limited to 'docs/cvec_api.md')
| -rw-r--r-- | docs/cvec_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md index 92629c8b..08c404af 100644 --- a/docs/cvec_api.md +++ b/docs/cvec_api.md @@ -222,6 +222,6 @@ int main(void) { c_FOREACH (i, UVec, vec2) printf("%s: %d\n", cstr_str(&i.ref->name), i.ref->id); - c_DROP(UVec, &vec, &vec2); // cleanup + c_drop(UVec, &vec, &vec2); // cleanup } ```
\ No newline at end of file |
