Skip to content

Commit

Permalink
Merge pull request #19 from carsten-j/patch-1
Browse files Browse the repository at this point in the history
Update CheatSheet.md
  • Loading branch information
lrytz committed May 1, 2013
2 parents 4ba7212 + 0d70a1a commit ab7d770
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 @@ -158,7 +158,7 @@ or

## Type Parameters

Similar to C++ templates or Java generics. These can apply to classes, traits or functions.
Conceptually similar to C++ templates or Java generics. These can apply to classes, traits or functions.
```scala
class MyClass[T](arg1: T) { ... }
new MyClass[Int](1)
Expand Down

0 comments on commit ab7d770

Please sign in to comment.