You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Reduce the need for emptiness checks and reduce unsafe APIs with **NonEmptyColle
7
7
8
8
You can use `NonEmptyList`, `NonEmptySet` and `NonEmptyMap` to restrict the input of functions to make your code safer and avoid unnecessary runtime exceptions.
9
9
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).
11
11
12
12
This is an early version and work in progress. Do not hesitate to give feedback, ideas or improvements via an issue.
0 commit comments