We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 477561f + 5cfd5bc commit e964ee3Copy full SHA for e964ee3
examples/05_stdlib/06_find.md
@@ -1,6 +1,6 @@
1
# find
2
3
-Returns the first of last element matching the given predicate, or null if no such element was found.
+Returns the first or last element matching the given predicate, or `null` if no such element was found.
4
5
<div class="language-kotlin" theme="idea" data-min-compiler-version="1.3">
6
0 commit comments