Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

Typo - An introduction to Modern Javascript - Pg 24 #104

Closed PeterWebTrax closed 7 years ago

PeterWebTrax commented 7 years ago

The comment for the 2nd version of Class API using => still says: "// This will throw an error as "this" isn't lexically bound to the class"

I presume it doesn't, and should read "// This will not throw an error as "this" is lexically bound to the class"

Cheers Peter