Skip to content

Commit

Permalink
Add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Nov 20, 2022
1 parent 77e7910 commit 16700ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strSlice.mli
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val index : (char -> bool) -> t -> int option
which [f] is first true, or [None] if [f] holds for no characters in [s]. *)

val index_unescaped : char -> t -> int option
(** [index_unescaped c s] is [Some i] where [i] index of the first
(** [index_unescaped c s] is [Some i] where [i] is index of the first
occurrence of the character [c] in [s] that is not preceeded by a
backslash ['\\'] and not within a verbatim inline, or [None] if
there is no such [c] in [s]. *)
Expand Down

0 comments on commit 16700ca

Please sign in to comment.