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

Commit

Permalink
docs: change the word TimerTask to MacroTask (#1152)
Browse files Browse the repository at this point in the history
Change the word TimerTask to MacroTask to maintain the consistency of terminology.
  • Loading branch information
manishbansal8843 authored and mhevery committed Mar 7, 2019
1 parent 2a6444b commit f3995de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/zone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
* yielding.
*
*
* ### [TimerTask]
* ### [MacroTask]
*
* [TimerTask]s represent work which will be done after some delay. (Sometimes the delay is
* [MacroTask]s represent work which will be done after some delay. (Sometimes the delay is
* approximate such as on next available animation frame). Typically these methods include:
* `setTimeout`, `setImmediate`, `setInterval`, `requestAnimationFrame`, and all browser specific
* variants.
Expand Down

0 comments on commit f3995de

Please sign in to comment.