Skip to content

Commit 315b2ac

Browse files
authored
[SE-0343] Fix typo (#2812)
1 parent e06d518 commit 315b2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0343-top-level-concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ semantic changes, potentially breaking scripts that already exist.
4040

4141
The solutions will only apply when the top-level code is an asynchronous
4242
context. As a synchronous context, the behavior of top-level code does not
43-
change. In order trigger making the top-level context an asynchronous context, I
43+
change. In order to trigger making the top-level context an asynchronous context, I
4444
propose using the presence of an `await` in one of the top-level expressions.
4545

4646
An await nested within a function declaration or a closure will not trigger the

0 commit comments

Comments
 (0)