mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-18 00:26:41 -05:00
rm typo in ocamldoc, due to my previous sed -i
This commit is contained in:
parent
39a87e80c7
commit
9346d84c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ val fold_flat_map : ('acc -> 'a -> 'acc * 'b list) -> 'acc -> 'a list -> 'acc *
|
|||
@since 0.14 *)
|
||||
|
||||
val count : ('a -> bool) -> 'a list -> int
|
||||
(** [count p l] count_true_false how many elements of [l] satisfy predicate [p].
|
||||
(** [count p l] counts how many elements of [l] satisfy predicate [p].
|
||||
@since 1.5 *)
|
||||
|
||||
val count_true_false : ('a -> bool) -> 'a list -> int * int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue