Skip to content

Commit

Permalink
fix typo in collections intro
Browse files Browse the repository at this point in the history
"readbly" should be "readably"
  • Loading branch information
benolee committed Jul 24, 2012
1 parent 0e0d123 commit 73a6ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effectivescala.mo
Expand Up @@ -373,7 +373,7 @@ the reader should beware of these implications.
Scala has a very generic, rich, powerful, and composable collections
library; collections are high level and expose a large set of
operations. Many collection manipulations and transformations can be
expressed succinctly and readbly, but careless application of its
expressed succinctly and readably, but careless application of its
features can often lead to the opposite result. Every Scala programmer
should read the [collections design
document](http://www.scala-lang.org/docu/files/collections-api/collections.html);
Expand Down

0 comments on commit 73a6ef4

Please sign in to comment.