Skip to content

Commit adf13b8

Browse files
rouvoyAlexanderPrendota
authored andcommitted
refactor: fix typo in find.md (Kotlin#52)
1 parent bc1d35d commit adf13b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/05_stdlib/06_find.md

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

3-
Returns the first of last element matching the given predicate, or null if no such element was found.
3+
Returns the first or last element matching the given predicate, or `null` if no such element was found.
44

55
<div class="language-kotlin" theme="idea" data-min-compiler-version="1.3">
66

0 commit comments

Comments
 (0)