Skip to content

Commit

Permalink
fix(CCMultiMap): Integrate suggested changes to doc comment for find_…
Browse files Browse the repository at this point in the history
…right

Co-authored-by: Simon Cruanes <[email protected]>
  • Loading branch information
BridgeTheMasterBuilder and c-cube authored Aug 3, 2023
1 parent 85cf52d commit c97b934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/CCMultiMap.ml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ module type BIDIR = sig
@since NEXT_RELEASE *)

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
(** Iterate on bindings for this given left-key
Expand Down

0 comments on commit c97b934

Please sign in to comment.