flushing my list of typos when reaching the Objects chapter

This commit is contained in:
Thierry Parmentelat 2017-05-12 10:28:56 +02:00
parent 27a491f265
commit 4121423fc0
9 changed files with 27 additions and 27 deletions

View file

@ -125,4 +125,4 @@ Arrow functions:
- Can't be called with `new`.
- (They also don't have `super`, but we didn't study it. Will be in the chapter <info:class-inheritance>).
That's because they are meant for short pieces of code that does not have the own "context", but rather works in the current one. And they really shine in that use case.
That's because they are meant for short pieces of code that does not have their own "context", but rather works in the current one. And they really shine in that use case.