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

Missing </ol> in "Implementing Classical Flyweights" #62

Closed fbender closed 11 years ago

fbender commented 11 years ago

The first list in the chapter "Implementing Classical Flyweights" on the website misses a closing tag. That affects everything coming after the list.

The error is not present in the repository, but I still wanted to point this out in case there is an error in the compiler / preprocessor.

addyosmani commented 11 years ago

Thank you! I'll get that patched up soon.