Skip to content

Commit

Permalink
Merge pull request lampepfl#1 from hugueschabot/patch-1
Browse files Browse the repository at this point in the history
Fix typo in CheatSheet.md
  • Loading branch information
gzm0 committed Oct 27, 2012
2 parents e4fc485 + cf8ca48 commit 908b0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Scala defines several collection classes:
- `Set`

### Mutable Collections
- `Array` (Scala arrays are native JVM arrays at runtime, therefore they are very peroformant)
- `Array` (Scala arrays are native JVM arrays at runtime, therefore they are very performant)
- Scala also has mutable maps and sets; these should only be used if there are performance issues with immutable types

### Examples
Expand Down

0 comments on commit 908b0c7

Please sign in to comment.