Skip to content

Commit

Permalink
✏️ more accurate wording
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Jan 22, 2024
1 parent 20e66f7 commit d71e5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ _This is a utility function, most people don't need to use it._ The same way `re

#### `queueTask(callback)`

_This is a utility function, most people don't need to use it._ The same way `queueMicrotask()` queues a `callback` to be executed in the microtask queue `queueTask()` queues the task for the next task. You learn more at [here](https://developer.mozilla.org/en-US/docs/Web/API/HTML_DOM_API/Microtask_guide#tasks_vs._microtasks).
_This is a utility function, most people don't need to use it._ The same way `queueMicrotask()` queues a `callback` to be executed in the end of the current microtask, `queueTask()` queues the task for the next task. You learn more at [here](https://developer.mozilla.org/en-US/docs/Web/API/HTML_DOM_API/Microtask_guide#tasks_vs._microtasks).

### More complex scenarios

Expand Down

0 comments on commit d71e5c3

Please sign in to comment.