Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 2f50829

Browse files
mgrandSebastianAigner
authored andcommitted
Update 06_find.md
1 parent 22f9962 commit 2f50829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/05_Collections/06_find.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# find, findLast
22

3-
`find` and `findLast` functions return the first or the last collection element that matches the given predicate. If there are no such elements, functions return `null`.
3+
The `find` and `findLast` functions return the first or the last collection element that matches the given predicate. If there are no such elements, these functions return `null`.
44

55

66
```run-kotlin

0 commit comments

Comments
 (0)