mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
fix doc
This commit is contained in:
parent
161c192bff
commit
5ff60d2a52
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ module type S = sig
|
|||
val fold : f:('b -> key -> 'a -> 'b) -> x:'b -> 'a t -> 'b
|
||||
|
||||
val mapi : f:(key -> 'a -> 'b) -> 'a t -> 'b t
|
||||
(** Map values, giving both key and value. Will use {!WORD.of_list} to rebuild keys.
|
||||
(** Map values, giving both key and value.
|
||||
@since 0.17
|
||||
*)
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ module type S = sig
|
|||
val fold : f:('b -> key -> 'a -> 'b) -> x:'b -> 'a t -> 'b
|
||||
|
||||
val mapi : f:(key -> 'a -> 'b) -> 'a t -> 'b t
|
||||
(** Map values, giving both key and value. Will use {!WORD.of_list} to rebuild keys.
|
||||
(** Map values, giving both key and value.
|
||||
@since 0.17
|
||||
*)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue