summaryrefslogtreecommitdiffstats
path: root/stdlib/buffer.mli
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-02-26 13:30:26 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-02-26 13:30:26 +0000
commit54467b98f528f1f908f63b859447d9fc97775cfe (patch)
treeed195d3ba9e734d4105df6acd2846b5dd4f24698 /stdlib/buffer.mli
parentef938a78783d07d4c19cf55de1d7e72bd1f00900 (diff)
ajout du label size: pour Hashtbl.create et Buffer.create
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2870 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/buffer.mli')
-rw-r--r--stdlib/buffer.mli2
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