mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Fixed docstring typo.
This commit is contained in:
parent
bace9fe209
commit
2dcaa12fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ val is_uppercase_ascii : t -> bool
|
|||
|
||||
val is_lowercase_ascii : t -> bool
|
||||
(** [is_lowercase_ascii c] is true exactly when [c] is a
|
||||
lowercase ASCII character, i.e. ['\097'] < [c] < ['\123'].
|
||||
lowercase ASCII character, i.e. ['\096'] < [c] < ['\123'].
|
||||
@since 3.16 *)
|
||||
|
||||
val is_letter_ascii : t -> bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue