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
…left

Co-authored-by: Simon Cruanes <[email protected]>
  • Loading branch information
BridgeTheMasterBuilder and c-cube authored Aug 3, 2023
1 parent e0fb678 commit 85cf52d
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 @@ -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
Expand Down

0 comments on commit 85cf52d

Please sign in to comment.