We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac7f2f commit 6621a78Copy full SHA for 6621a78
lib/internal/timers.js
@@ -634,7 +634,7 @@ class Immediate {
634
this[kRefed] = true;
635
636
if (immediateInfo[kRefCount]++ === 0) {
637
- // We need to use the binding as the receiver for fast API calls.
+ // We need to use the binding as the receiver for fast API calls.
638
binding.toggleImmediateRef(true);
639
}
640
src/timers.h
@@ -1,5 +1,5 @@
1
-#ifndef SRC_NODE_TIMERS_H_
2
-#define SRC_NODE_TIMERS_H_
+#ifndef SRC_TIMERS_H_
+#define SRC_TIMERS_H_
3
4
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
5
@@ -67,4 +67,4 @@ class BindingData : public SnapshotableObject {
67
68
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
69
70
-#endif // SRC_NODE_TIMERS_H_
+#endif // SRC_TIMERS_H_
0 commit comments