aboutsummaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.h b/buffer.h
index a041e5e..52f1cb4 100644
--- a/buffer.h
+++ b/buffer.h
@@ -75,7 +75,7 @@ const char *buffer_content(Buffer*);
/**
* Borrow underlying buffer data.
* @rst
- * .. warning:: The caller is responsible to `free(3)` it.
+ * .. warning:: The caller is responsible to ``free(3)`` it.
* @endrst
*/
char *buffer_move(Buffer*);