aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/serd/buffer.h')
-rw-r--r--include/serd/buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/serd/buffer.h b/include/serd/buffer.h
index 556e7e1f..20abfb29 100644
--- a/include/serd/buffer.h
+++ b/include/serd/buffer.h
@@ -17,8 +17,8 @@ SERD_BEGIN_DECLS
The #SerdBuffer type represents a writable area of memory with a known size.
- A #SerdWriteFunc function is provided which enable writing output to a
- memory buffer (as `fwrite` does for files).
+ #SerdWriteFunc and #SerdCloseFunc functions are provided which enable
+ writing output to a memory buffer (as `fwrite` and `fclose` do for files).
@{
*/