aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-string-decoder-end.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-string-decoder-end.js')
-rw-r--r--test/parallel/test-string-decoder-end.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-string-decoder-end.js b/test/parallel/test-string-decoder-end.js
index b10756a463..0c0c072eb9 100644
--- a/test/parallel/test-string-decoder-end.js
+++ b/test/parallel/test-string-decoder-end.js
@@ -94,7 +94,7 @@ function testBuf(encoding, buf) {
}
res1 += s.end();
- // write the whole buffer at once.
+ // Write the whole buffer at once.
let res2 = '';
s = new SD(encoding);
res2 += s.write(buf);