Skip to content

Commit e964ee3

Browse files
committed
Merge remote-tracking branch 'origin/controlflow-revised' into controlflow-revised
2 parents 477561f + 5cfd5bc commit e964ee3

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)