8000 Merge pull request #405 from EdgeCaseBerg/gh-pages · codeZeilen/scala.github.com@56eccdf · GitHub
[go: up one dir, main page]

Skip to content

Commit 56eccdf

Browse files
committed
Merge pull request scala#405 from EdgeCaseBerg/gh-pages
Worded link to views link better
2 parents b92b23c + 4eee5a7 commit 56eccdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overviews/collections/trait-traversable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `foreach` method is meant to traverse all elements of the collection, and ap
3030
* **Folds** `foldLeft`, `foldRight`, `/:`, `:\`, `reduceLeft`, `reduceRight` which apply a binary operation to successive elements.
3131
* **Specific folds** `sum`, `product`, `min`, `max`, which work on collections of specific types (numeric or comparable).
3232
* **String** operations `mkString`, `addString`, `stringPrefix`, which give alternative ways of converting a collection to a string.
33-
* **View** operations, consisting of two overloaded variants of the `view` method. A view is a collection that's evaluated lazily. You'll learn more about views in [later](#Views).
33+
* **View** operations, consisting of two overloaded variants of the `view` method. A view is a collection that's evaluated lazily. You'll learn more about views in a [later post](#Views).
3434

3535
### Operations in Class Traversable ###
3636

@@ -105,4 +105,4 @@ The `foreach` method is meant to traverse all elements of the collection, and ap
105105
| `xs.stringPrefix` |The collection name at the beginning of the string returned from `xs.toString`.|
106106
| **Views:** | |
107107
| `xs.view` |Produces a view over `xs`.|
108-
| `xs view (from, to)` |Produces a view that represents the elements in some index range of `xs`.|
108+
| `xs view (from, to)` |Produces a view that represents the elements in some index range of `xs`.|

0 commit comments

Comments
 (0)
0