typo (CCString.mli)

This commit is contained in:
nathan moreau 2018-01-30 14:25:51 +01:00
parent 00b2638ae7
commit 775f86103e

View file

@ -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