diff --git a/lib_eio/eio.mli b/lib_eio/eio.mli index 35f040a91..6557e2956 100644 --- a/lib_eio/eio.mli +++ b/lib_eio/eio.mli @@ -244,7 +244,7 @@ module Stdenv : sig (** {1 Randomness} *) val secure_random : -> 'a - (** [secure_random t] is a source of random bytes suitable for cryptographic purposes. *) + (** [secure_random t] is an infinite source of random bytes suitable for cryptographic purposes. *) (** {1 Debugging} *)