doc: stats since 3.13.0; clean up whitespace

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11995 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2012-01-06 13:42:04 +00:00
parent 11093a64b3
commit 1a4f7bd6ab
1 changed files with 5 additions and 8 deletions

View File

@ -124,7 +124,8 @@ type statistics = {
val stats : ('a, 'b) t -> statistics
(** [Hashtbl.stats tbl] returns statistics about the table [tbl]:
number of buckets, size of the biggest bucket, distribution of
buckets by size. *)
buckets by size.
@since 3.13.0 *)
(** {6 Functorial interface} *)
@ -266,7 +267,3 @@ val seeded_hash_param : int -> int -> int -> 'a -> int
an integer seed. Usage:
[Hashtbl.seeded_hash_param meaningful total seed x].
@since 3.13.0 *)