diff options
Diffstat (limited to 'stdlib/hashtbl.mli')
-rw-r--r-- | stdlib/hashtbl.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/hashtbl.mli b/stdlib/hashtbl.mli index 999886ad0..e31448b79 100644 --- a/stdlib/hashtbl.mli +++ b/stdlib/hashtbl.mli @@ -54,7 +54,7 @@ val iter : ('a -> 'b -> 'c) -> ('a, 'b) t -> unit discarding all the results. [f] receives the key as first argument, and the associated value as second argument. The order in which the bindings are passed to - [f] is unpredictable. Each binding is presented exactly once + [f] is unspecified. Each binding is presented exactly once to [f]. *) (*** The polymorphic hash primitive *) |