summaryrefslogtreecommitdiff
path: root/stdlib/weak.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/weak.mli')
-rw-r--r--stdlib/weak.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/weak.mli b/stdlib/weak.mli
index 842520aa10..5043be1a44 100644
--- a/stdlib/weak.mli
+++ b/stdlib/weak.mli
@@ -30,7 +30,7 @@ type 'a t
Notes:
- Integers are not allocated and cannot be stored in weak arrays.
- - Weak arrays cannot be marshaled using {!Pervasives.output_value}
+ - Weak arrays cannot be marshaled using {!Stdlib.output_value}
nor the functions of the {!Marshal} module.
*)
@@ -114,7 +114,7 @@ module type S = sig
type t
(** The type of tables that contain elements of type [data].
Note that weak hash sets cannot be marshaled using
- {!Pervasives.output_value} or the functions of the {!Marshal}
+ {!Stdlib.output_value} or the functions of the {!Marshal}
module. *)
val create : int -> t