Typo in coffeescript Classes chapter
artsobolev opened this issue · 1 comments
artsobolev commented
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"
maccman commented
Yes, that's fixed on the GitHub version.