mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
typo (CCString.mli)
This commit is contained in:
parent
00b2638ae7
commit
775f86103e
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ val filter_map : (char -> char option) -> string -> string
|
||||||
*)
|
*)
|
||||||
|
|
||||||
val filter : (char -> bool) -> string -> string
|
val filter : (char -> bool) -> string -> string
|
||||||
(** [filter f s] discards characters not satisfying [f]. *)
|
(** [filter f s] discards characters not satisfying [f].
|
||||||
@since 0.17 *)
|
@since 0.17 *)
|
||||||
|
|
||||||
(*$= & ~printer:Q.Print.string
|
(*$= & ~printer:Q.Print.string
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue