Skip to content

Commit

Permalink
typo: the're -> they're (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
namannimmo10 authored Jan 31, 2021
1 parent ac259a8 commit 31588c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ but without a name (unsurprisingly). You can see one above in the body of the

Anonymous functions have a number of features which make them useful, two of
which we're using above. Firstly, they can be executed at the same time that
the're declared - this is what the `()` at the end of the anonymous function is
they're declared - this is what the `()` at the end of the anonymous function is
doing. Secondly they maintain access to the lexical scope they are defined in -
all the variables that are available at the point when you declare the anonymous
function are also available in the body of the function.
Expand Down

0 comments on commit 31588c1

Please sign in to comment.