ga-wdi-boston / ruby-object-model

Other
1 stars 109 forks source link

Typo under Class or mixin #24

Open BenGitsCode opened 7 years ago

BenGitsCode commented 7 years ago

### Class or mixin?
When deciding whether to write a class or mixin, ask yourself if what you're
- writing will need an initialze function. If you do, you should be writing a class.
+ writing will need an initialize function. If you do, you should be writing a class.