Skip to content

Commit 3b4f96c

Browse files
authored
Update article.md
1 parent ccc0e93 commit 3b4f96c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/06-advanced-functions/12-arrow-functions

1-js/06-advanced-functions/12-arrow-functions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ Arrow functions:
125125
- Can't be called with `new`.
126126
- (They also don't have `super`, but we didn't study it. Will be in the chapter <info:class-inheritance>).
127127

128-
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.
128+
That's because they are meant for short pieces of code that do not have their own "context", but rather works in the current one. And they really shine in that use case.

0 commit comments

Comments
 (0)