mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix(CCMultiMap): Integrate suggested changes to doc comment for find_left
Co-authored-by: Simon Cruanes <simon.cruanes.2007@m4x.org>
This commit is contained in:
parent
e0fb678d1e
commit
85cf52d5ee
1 changed files with 2 additions and 1 deletions
|
|
@ -225,7 +225,8 @@ module type BIDIR = sig
|
|||
(** Is the right key present in at least one pair? *)
|
||||
|
||||
val find_left : t -> left -> right list
|
||||
(** List of values for this given left-key *)
|
||||
(** List of values for this given left-key.
|
||||
This used to return an iter, but returns a list since NEXT_RELEASE. *)
|
||||
|
||||
val find_left_iter : t -> left -> right iter
|
||||
(** Iterate on bindings for this given left-key
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue