Skip to content

Commit

Permalink
address @reynir review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 11, 2024
1 parent 1fad230 commit 20ed49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rng/mirage_crypto_rng.mli
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ val generate_into : ?g:g -> bytes -> ?off:int -> int -> unit

val generate : ?g:g -> int -> string
(** Invoke {generate_into} on [g] or {{!generator}default generator} and a
freshly allocated bytes buffer that is converted to a string. *)
freshly allocated string. *)

val block : g option -> int
(** {{!Generator.block}Block} size of [g] or
Expand Down

0 comments on commit 20ed49f

Please sign in to comment.