Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed Jul 30, 2020
1 parent e6b2a69 commit ee60333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reparse.mli
Expand Up @@ -74,7 +74,7 @@ val string : string -> (string, [> error ]) t

val string_if : string -> (string option, [> error ]) t
(** [string_if s] accepts and returns [Some s] if [s] matches input. Otherwise
it returns false. Always succeeds. *)
returns [None]. Always succeeds. *)

val skip_while : (char -> bool) -> (unit, [> error ]) t
(** [skip_while f] keeps accepting [c] if [f c] is [true]. [c] is discarded.
Expand Down

0 comments on commit ee60333

Please sign in to comment.