Skip to content

Commit 6796d23

Browse files
authoredJul 30, 2019
Update schedule.js
1 parent b9037b3 commit 6796d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/schedule.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var NativePromise = util.getNativePromise();
99
// async task scheduling across target platforms. Note that not all JS target
1010
// platforms come supported. The scheduler is overridable with `setScheduler`.
1111

12-
// Our scheduler for NodeJS/io.js is setImmediate for recent
12+
// Our scheduler for Node.js/io.js is setImmediate for recent
1313
// versions of node because of macrotask semantics.
1414
// The `typeof` check is for an edge case with nw.js.
1515
if (util.isNode && typeof MutationObserver === "undefined") {

0 commit comments

Comments
 (0)
Please sign in to comment.