Skip to content

Commit d67ef2c

Browse files
committed
Fix README collection URL
1 parent dd5338e commit d67ef2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ The library comes with these predefined predicates:
351351
* `UpperCase`: checks if a `Char` is an upper case character
352352
* `Whitespace`: checks if a `Char` is white space
353353

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

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

0 commit comments

Comments
 (0)