Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit f3995de

Browse files
manishbansal8843mhevery
authored andcommitted
docs: change the word TimerTask to MacroTask (#1152)
Change the word TimerTask to MacroTask to maintain the consistency of terminology.
1 parent 2a6444b commit f3995de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/zone.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
* yielding.
9696
*
9797
*
98-
* ### [TimerTask]
98+
* ### [MacroTask]
9999
*
100-
* [TimerTask]s represent work which will be done after some delay. (Sometimes the delay is
100+
* [MacroTask]s represent work which will be done after some delay. (Sometimes the delay is
101101
* approximate such as on next available animation frame). Typically these methods include:
102102
* `setTimeout`, `setImmediate`, `setInterval`, `requestAnimationFrame`, and all browser specific
103103
* variants.

0 commit comments

Comments
 (0)