We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2235fad commit ec6e5c7Copy full SHA for ec6e5c7
src/node.js
@@ -277,7 +277,7 @@
277
process._tickDomainCallback = _tickDomainCallback;
278
279
// This tickInfo thing is used so that the C++ code in src/node.cc
280
- // can have easy accesss to our nextTick state, and avoid unnecessary
+ // can have easy access to our nextTick state, and avoid unnecessary
281
// calls into JS land.
282
const tickInfo = process._setupNextTick(_tickCallback, _runMicrotasks);
283
0 commit comments