Skip to content

Commit

Permalink
fix the documentation link to Map
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Dec 4, 2024
1 parent 19fb649 commit 2231365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pan/src/main/scala/collections.scala
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ object collections:
* is one in which 'multiple' keys are supersets of the given query set; this results in a
* [[scala.util.Left]] wrapping the matching keys. The 'less' severe failure is when no key
* matches the given query, and this results in a [[scala.util.Right]]-wrapped empty optional
* value, to provide similar semantics to an ordinary {@code .get} call on a [[scala.util.Map]].
* value, to provide similar semantics to an ordinary {@code .get} call on a [[scala.collection.immutable.Map]].
*
* @tparam E
* The element type of the sets functioning as keys
Expand Down

0 comments on commit 2231365

Please sign in to comment.