Skip to content

Commit 8397001

Browse files
Update README.md
1 parent abc21fc commit 8397001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Reduce the need for emptiness checks and reduce unsafe APIs with **NonEmptyColle
77

88
You can use `NonEmptyList`, `NonEmptySet` and `NonEmptyMap` to restrict the input of functions to make your code safer and avoid unnecessary runtime exceptions.
99

10-
For a detailed explanation see our related article [Non-Empty Collections in Kotlin](https://quickbirdstudios.com/blog/non-empty-collections-kotlin).
10+
For a detailed explanation see our related article [Non-Empty Lists in Kotlin](https://quickbirdstudios.com/blog/non-empty-lists-kotlin).
1111

1212
This is an early version and work in progress. Do not hesitate to give feedback, ideas or improvements via an issue.
1313

0 commit comments

Comments
 (0)