diff options
Diffstat (limited to 'stdlib/weak.mli')
-rw-r--r-- | stdlib/weak.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/weak.mli b/stdlib/weak.mli index 878e590a0d..bf74525b49 100644 --- a/stdlib/weak.mli +++ b/stdlib/weak.mli @@ -18,7 +18,7 @@ (** {1 Low-level functions} *) -type 'a t +type !'a t (** The type of arrays of weak pointers (weak arrays). A weak pointer is a value that the garbage collector may erase whenever the value is not used any more (through normal pointers) by the |