Permalink
Browse files

Merge pull request #15 from sartak/traits

Grammar fixes
  • Loading branch information...
2 parents 5ca975f + 9b79b55 commit 84aabc164a93b1360fc880d622bdbf601adbfed5 @garu committed Mar 1, 2015
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.md
View
@@ -1177,7 +1177,7 @@ Notice how we already inherit "var x" and "var y", so we just need to define "va
#### Traits
-And if you're into roles (and you should), be in from Moo(se) or Role::Tiny, Scala provides a similar feature called 'traits'. You define a trait just like you define a class or singleton object, except you use the 'trait' keyword:
+And if you're into roles (and you should be), whether from Moo(se) or Role::Tiny, Scala provides a similar feature called 'traits'. You define a trait just like you define a class or singleton object, except you use the 'trait' keyword:
```scala
trait MyTrait {

0 comments on commit 84aabc1

Please sign in to comment.