Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni committed Jun 26, 2021
1 parent db125fe commit fc9a19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bigstringaf.mli
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ val memcmp_string : t -> int -> string -> int -> int -> int

(** {4 [memchr]}
Search for a byte in a bigstring using [memcmp]. Similar to [unsafe_memchr]
Search for a byte in a bigstring using [memchr]. Similar to [unsafe_memchr]
but this performs bounds checks.
*)
val memchr : t -> int -> char -> int -> int
Expand Down Expand Up @@ -276,6 +276,6 @@ val unsafe_memcmp_string : t -> int -> string -> int -> int -> int

(** {4 [memchr]}
Search for a byte in a bigstring using [memcmp].
Search for a byte in a bigstring using [memchr].
*)
val unsafe_memchr : t -> int -> char -> int -> int

0 comments on commit fc9a19d

Please sign in to comment.