summaryrefslogtreecommitdiff
path: root/test/parallel/test-domain-implicit-fs.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-domain-implicit-fs.js')
-rw-r--r--test/parallel/test-domain-implicit-fs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-domain-implicit-fs.js b/test/parallel/test-domain-implicit-fs.js
index f369598950..d5a6e79bc9 100644
--- a/test/parallel/test-domain-implicit-fs.js
+++ b/test/parallel/test-domain-implicit-fs.js
@@ -40,7 +40,7 @@ d.on('error', common.mustCall(function(er) {
}));
-// implicit handling of thrown errors while in a domain, via the
+// Implicit handling of thrown errors while in a domain, via the
// single entry points of ReqWrap and MakeCallback. Even if
// we try very hard to escape, there should be no way to, even if
// we go many levels deep through timeouts and multiple IO calls.