ga-wdi-boston / ruby-object-model

Other
1 stars 109 forks source link

Typo under Ruby Mixins section #23

Open BenGitsCode opened 7 years ago

BenGitsCode commented 7 years ago

## Ruby Mixins

- We want to make chunks of code that are resuable across of multiple classes.
+ We want to make chunks of code that are reusable across of multiple classes.

These "chunks" are called `modules`. Take a look at the code below:
jrhorn424 commented 7 years ago

Even better, remove the last 'of'.

BenGitsCode commented 7 years ago

I didn't even catch that of. Both then.