Skip to content

Commit 7e524ba

Browse files
authored
Add link
1 parent 475899e commit 7e524ba

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Tasks are set -- the engine handles them -- then waits for more tasks (while sle
3030

3131
It may happen that a task comes while the engine is busy, then it's enqueued.
3232

33-
The tasks form a queue, the so-called "macrotask queue" (v8 term):
33+
The tasks form a queue, the so-called "macrotask queue" ([v8](https://v8.dev/) term):
3434

3535
![](eventLoop.svg)
3636

0 commit comments

Comments
 (0)