aboutsummaryrefslogtreecommitdiff
path: root/docs/DYNBUF.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DYNBUF.md')
-rw-r--r--docs/DYNBUF.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DYNBUF.md b/docs/DYNBUF.md
index ff9009de3..3ab059bae 100644
--- a/docs/DYNBUF.md
+++ b/docs/DYNBUF.md
@@ -54,7 +54,7 @@ Reset the buffer length, but leave the allocation.
Keep `length` bytes of the buffer tail (the last `length` bytes of the
buffer). The rest of the buffer is dropped. The specified `length` must not be
-larger than the buffer length. (**This function is currently not provided**.)
+larger than the buffer length.
## ptr