addyosmani / essential-js-design-patterns

Repo for my 'Learning JavaScript Design Patterns' book
http://addyosmani.com/resources/essentialjsdesignpatterns/book/
4.83k stars 792 forks source link

Typo in 'Mixins' Section #58

Closed wesleytodd closed 12 years ago

wesleytodd commented 12 years ago

In the first paragraph of this section:

"Prototypes can inherit from other object prototypes but can even more importantly, can define properties for any number of object instances."

Should read:

"Prototypes can inherit from other object prototypes but, even more importantly, can define properties for any number of object instances."

Summary:

wesleytodd commented 12 years ago

See: https://github.com/addyosmani/essential-js-design-patterns/pull/59