summaryrefslogtreecommitdiff
path: root/test/parallel/test-domain-ee-implicit.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-domain-ee-implicit.js')
-rw-r--r--test/parallel/test-domain-ee-implicit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-domain-ee-implicit.js b/test/parallel/test-domain-ee-implicit.js
index 7634dd0bff..3b5cf19e8a 100644
--- a/test/parallel/test-domain-ee-implicit.js
+++ b/test/parallel/test-domain-ee-implicit.js
@@ -23,6 +23,6 @@ d.run(common.mustCall(() => {
}));
setTimeout(common.mustCall(() => {
- // escape from the domain, but implicit is still bound to it.
+ // Escape from the domain, but implicit is still bound to it.
implicit.emit('error', new Error('foobar'));
}), 1);