Skip to content

Commit c43d192

Browse files
Update collections-methods.md (#1769)
Removed methods from the list as same have not been explained in the current document.
1 parent ffe816b commit c43d192

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_overviews/scala-book/collections-methods.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Because there are so many methods available to you, they won’t all be shown he
2424
- `tail`
2525
- `take`, `takeWhile`
2626
- `drop`, `dropWhile`
27-
- `find`
28-
- `reduce`, `fold`
27+
- `reduce`
2928

3029
The following methods will work on all of the collections “sequence” classes, including `Array`, `ArrayBuffer`, `List`, `Vector`, etc., but these examples will use a `List` unless otherwise specified.
3130

0 commit comments

Comments
 (0)