Update stdlib/ephemeron.mli

Co-authored-by: David Allsopp <david.allsopp@metastack.com>
master
Josh Berdine 2020-05-03 00:25:54 +01:00 committed by GitHub
parent 5e2b28decc
commit a282c170f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.