We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475899e commit 7e524baCopy full SHA for 7e524ba
2-ui/99-ui-misc/03-event-loop/article.md
@@ -30,7 +30,7 @@ Tasks are set -- the engine handles them -- then waits for more tasks (while sle
30
31
It may happen that a task comes while the engine is busy, then it's enqueued.
32
33
-The tasks form a queue, the so-called "macrotask queue" (v8 term):
+The tasks form a queue, the so-called "macrotask queue" ([v8](https://v8.dev/) term):
34
35

36
0 commit comments