Skip to content

Commit cea455d

Browse files
authored
Merge pull request #482 from DNLHC/patch-2
Fixed typo
2 parents eae9959 + 95b340d commit cea455d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/03-closure/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Let's formulate two questions for the seed, and then study internal mechanics pi
3535

3636
Such situations are common in both browser and server-side development. A function may be scheduled to execute later than it is created: on user action or after a network request etc.
3737

38-
So, the the question is: does it pick up latest changes?
38+
So, the question is: does it pick up latest changes?
3939

4040

4141
2. The function `makeWorker` makes another function and returns it. That new function can be called from somewhere else. Will it have access to outer variables from its creation place or the invocation place or maybe both?

0 commit comments

Comments
 (0)