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 e1670bb2..0acc8b21 100644 --- a/docs/csptr_api.md +++ b/docs/csptr_api.md @@ -1,4 +1,4 @@ -# STC [csptr](../stc/csptr.h): Shared Pointers +# STC [csptr](../include/stc/csptr.h): Shared Pointers **csptr** is a smart pointer that retains shared ownership of an object through a pointer. Several **csptr** objects may own the same object. The object is destroyed and its memory |
