Skip to content

Commit

Permalink
Updating comment with correct method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotsi authored Mar 21, 2017
1 parent 3d648e4 commit db76578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ var nextTick =(function () {
// `setTimeout`. In this case `setImmediate` is preferred because
// it is faster. Browserify's `process.toString()` yields
// "[object Object]", while in a real Node environment
// `process.nextTick()` yields "[object process]".
// `process.toString()` yields "[object process]".
isNodeJS = true;

requestTick = function () {
Expand Down

0 comments on commit db76578

Please sign in to comment.