Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Sep 20, 2019
1 parent 40d0ff6 commit aa7fa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/digestif.mli
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module type S = sig
[digest_bytes msg = get (feed_bytes empty msg)]. *)

val digest_string : ?off:int -> ?len:int -> String.t -> t
(** Same as {!digest_bytes} but for a {String.t}. *)
(** Same as {!digest_bytes} but for a {!String.t}. *)

val digest_bigstring : ?off:int -> ?len:int -> bigstring -> t
(** Same as {!digest_bytes} but for a {!bigstring}. *)
Expand Down

0 comments on commit aa7fa65

Please sign in to comment.