summaryrefslogtreecommitdiff
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 6dd2430c0..16aca8a61 100644
--- a/docs/DYNBUF.md
+++ b/docs/DYNBUF.md
@@ -1,7 +1,7 @@
# dynbuf
This is the internal module for creating and handling "dynamic buffers". This
-means buffers that can be appended to, dynamically and grow in size to adapt.
+means buffers that can be appended to, dynamically and grow to adapt.
There will always be a terminating zero put at the end of the dynamic buffer.