arcturo/library

Typo in coffeescript Classes chapter

artsobolev opened this issue · 1 comments

In
"alert("This parrot is no more") if parrot.rip()"
rip isn't a function, so parentheses should be removed:
"alert("This parrot is no more") if parrot.rip"

Yes, that's fixed on the GitHub version.