From a282c170f914da8b01bdcba52b7518a3ed7b8bce Mon Sep 17 00:00:00 2001 From: Josh Berdine Date: Sun, 3 May 2020 00:25:54 +0100 Subject: [PATCH] Update stdlib/ephemeron.mli Co-authored-by: David Allsopp --- stdlib/ephemeron.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/ephemeron.mli b/stdlib/ephemeron.mli index 6775b5548..434115e9c 100644 --- a/stdlib/ephemeron.mli +++ b/stdlib/ephemeron.mli @@ -33,7 +33,7 @@ OCaml weak pointers are implemented as ephemerons without data. The keys and data of an ephemeron are said to be full if they - point to a value, empty if the value has never been set, has + point to a value, or empty if the value has never been set, has been unset, or was erased by the GC. In the function that accesses the keys or data these two states are represented by the [option] type.