Thanks to visit codestin.com Credit goes to github.com
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 fb6d3e8 + dd6987c commit 01636baCopy full SHA for 01636ba
overviews/collections/trait-traversable.md
@@ -67,7 +67,7 @@ The `foreach` method is meant to traverse all elements of the collection, and ap
67
| `xs.headOption` |The first element of `xs` in an option value, or None if `xs` is empty.|
68
| `xs.last` |The last element of the collection (or, some element, if no order is defined).|
69
| `xs.lastOption` |The last element of `xs` in an option value, or None if `xs` is empty.|
70
-| `xs find p` |An option containing the first element in `xs` that satisfies `p`, or `None` is no element qualifies.|
+| `xs find p` |An option containing the first element in `xs` that satisfies `p`, or `None` if no element qualifies.|
71
| **Subcollections:** | |
72
| `xs.tail` |The rest of the collection except `xs.head`. |
73
| `xs.init` |The rest of the collection except `xs.last`. |
0 commit comments