summaryrefslogtreecommitdiff
path: root/stdlib/ephemeron.mli
diff options
context:
space:
mode:
authorMax Mouratov <mmouratov@gmail.com>2017-03-29 02:06:04 +0500
committerDavid Allsopp <david.allsopp@metastack.com>2017-04-06 14:16:18 +0200
commit3ef5925dd4ec42dcdf69dd13d4da76b18a9de066 (patch)
tree31e4ac23bc1077598b8f2ad0df783696501193c3 /stdlib/ephemeron.mli
parentc3292555219845eab04758a1240ace36e9f7fb24 (diff)
downloadocaml-3ef5925dd4ec42dcdf69dd13d4da76b18a9de066.tar.gz
Fixed erroneous comments
Diffstat (limited to 'stdlib/ephemeron.mli')
-rw-r--r--stdlib/ephemeron.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/ephemeron.mli b/stdlib/ephemeron.mli
index 091167b96a..46d3aad361 100644
--- a/stdlib/ephemeron.mli
+++ b/stdlib/ephemeron.mli
@@ -164,7 +164,7 @@ module K1 : sig
*)
val unset_data: ('k,'d) t -> unit
- (** [Ephemeron.K1.unset_key eph el] sets the key of [eph] to be an
+ (** [Ephemeron.K1.unset_data eph el] sets the key of [eph] to be an
empty key. The ephemeron starts behaving like a weak pointer.
*)
@@ -219,7 +219,7 @@ module K2 : sig
(** Same as {!Ephemeron.K1.get_key_copy} *)
val set_key2: ('k1,'k2,'d) t -> 'k2 -> unit
- (** Same as {!Ephemeron.K1.get_key} *)
+ (** Same as {!Ephemeron.K1.set_key} *)
val unset_key2: ('k1,'k2,'d) t -> unit
(** Same as {!Ephemeron.K1.unset_key} *)