Skip to content

Commit

Permalink
Merge pull request #1019 from zaneli/fix-readme-url
Browse files Browse the repository at this point in the history
Fix README `collection` URL
  • Loading branch information
fthomas authored Sep 26, 2021
2 parents dd5338e + d67ef2c commit 19f02fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ The library comes with these predefined predicates:
* `UpperCase`: checks if a `Char` is an upper case character
* `Whitespace`: checks if a `Char` is white space

[`collection`](https://github.com/fthomas/refined/blob/master/modules/core/shared/src/main/scala/eu/timepit/refined/collection.scala)
[`collection`](https://github.com/fthomas/refined/blob/master/modules/core/shared/src/main/scala-3.0+/eu/timepit/refined/collection.scala)

* `Contains[U]`: checks if an `Iterable` contains a value equal to `U`
* `Count[PA, PC]`: counts the number of elements in an `Iterable` which satisfy the
Expand Down

0 comments on commit 19f02fd

Please sign in to comment.