Skip to content

Commit 0003221

Browse files
Update article.md
1 parent b9c4dbc commit 0003221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/99-ui-misc/03-event-loop/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this chapter we first cover theoretical details about how things work, and th
99

1010
## Event Loop
1111

12-
The *event loop* concept is very simple. There's an endless loop, when the JavaScript engine waits for tasks, executes them and then sleeps, waiting for more tasks.
12+
The *event loop* concept is very simple. There's an endless loop, where the JavaScript engine waits for tasks, executes them and then sleeps, waiting for more tasks.
1313

1414
The general algorithm of the engine:
1515

0 commit comments

Comments
 (0)