diff options
Diffstat (limited to 'stdlib/buffer.mli')
-rw-r--r-- | stdlib/buffer.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/buffer.mli b/stdlib/buffer.mli index 1f9728d94..1a2866704 100644 --- a/stdlib/buffer.mli +++ b/stdlib/buffer.mli @@ -20,7 +20,7 @@ type t (* The abstract type of buffers. *) -val create : int -> t +val create : size:int -> t (* [create n] returns a fresh buffer, initially empty. The [n] parameter is the initial size of the internal string that holds the buffer contents. That string is automatically |