8000 Fixing a typo. · applideveloper/scala.github.com@9f00319 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f00319

Browse files
committed
Fixing a typo.
1 parent 79e784c commit 9f00319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/core/_posts/2014-04-08-language-pitfalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Some collections methods return Iterator. If you are not aware of this, it can l
9797

9898
**Reason:** An Iterator is cheap. It does not force any significant computation or memory overhead onto the user, who can always call `.toStream` if memoization is needed or `.toSeq` for strict materialization.
9999

100-
**Symptons:** Unexpected return values or behavior.
100+
**Symptoms:** Unexpected return values or behavior.
101101

102102
**Suggested solution or workaround:** Convert Iterator to Stream, Seq or something else, if you need more than an iterator offers
103103

0 commit comments

Comments
 (0)
0