summaryrefslogtreecommitdiff
path: root/doc/inline_clist.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/inline_clist.rst')
-rw-r--r--doc/inline_clist.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/inline_clist.rst b/doc/inline_clist.rst
index f7bf138..f0b7821 100644
--- a/doc/inline_clist.rst
+++ b/doc/inline_clist.rst
@@ -53,7 +53,7 @@ Synopsis
Removes the first node in the list and returns it.
``HXclist_del``
- Deletes the node from the list.
+ Unlinks the node from the list.
The list count in the clist head is updated whenever a modification is done on
the clist through these functions.