summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-non-number-arguments-throw.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-fs-non-number-arguments-throw.js')
-rw-r--r--test/parallel/test-fs-non-number-arguments-throw.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-fs-non-number-arguments-throw.js b/test/parallel/test-fs-non-number-arguments-throw.js
index 61ed3f6c28..4f85229cf5 100644
--- a/test/parallel/test-fs-non-number-arguments-throw.js
+++ b/test/parallel/test-fs-non-number-arguments-throw.js
@@ -10,7 +10,7 @@ const tempFile = path.join(tmpdir.path, 'fs-non-number-arguments-throw');
tmpdir.refresh();
fs.writeFileSync(tempFile, 'abc\ndef');
-// a sanity check when using numbers instead of strings
+// A sanity check when using numbers instead of strings
const sanity = 'def';
const saneEmitter = fs.createReadStream(tempFile, { start: 4, end: 6 });