Skip to content

Commit

Permalink
Update src/core/opamHash.mli
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou authored Apr 28, 2022
1 parent ecff4a5 commit 96cda6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/opamHash.mli
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include OpamStd.ABSTRACT with type t := t

val of_string_opt: string -> t option

(** Check is [hash] contains only 0 *)
(** Check if [hash] contains only 0 *)
val is_null: t -> bool

(** returns a sub-path specific to this hash, e.g.
Expand Down

0 comments on commit 96cda6e

Please sign in to comment.