summaryrefslogtreecommitdiff
path: root/lib/internal/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/cluster')
-rw-r--r--lib/internal/cluster/child.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/cluster/child.js b/lib/internal/cluster/child.js
index 38d52948e5..d2f38a6b76 100644
--- a/lib/internal/cluster/child.js
+++ b/lib/internal/cluster/child.js
@@ -47,7 +47,7 @@ cluster._setupWorker = function() {
}
};
-// obj is a net#Server or a dgram#Socket object.
+// `obj` is a net#Server or a dgram#Socket object.
cluster._getServer = function(obj, options, cb) {
let address = options.address;