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