aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-repl.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl.js')
-rw-r--r--test/parallel/test-repl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-repl.js b/test/parallel/test-repl.js
index 2337e32280..1426330e20 100644
--- a/test/parallel/test-repl.js
+++ b/test/parallel/test-repl.js
@@ -32,7 +32,7 @@ const message = 'Read, Eval, Print Loop';
const prompt_unix = 'node via Unix socket> ';
const prompt_tcp = 'node via TCP socket> ';
-// absolute path to test/fixtures/a.js
+// Absolute path to test/fixtures/a.js
const moduleFilename = fixtures.path('a');
// function for REPL to run