summaryrefslogtreecommitdiff
path: root/test/parallel/test-zlib-from-string.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-zlib-from-string.js')
-rw-r--r--test/parallel/test-zlib-from-string.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-zlib-from-string.js b/test/parallel/test-zlib-from-string.js
index 617a8b5505..fa96623536 100644
--- a/test/parallel/test-zlib-from-string.js
+++ b/test/parallel/test-zlib-from-string.js
@@ -20,7 +20,7 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.
'use strict';
-// test compressing and uncompressing a string with zlib
+// Test compressing and uncompressing a string with zlib
const common = require('../common');
const assert = require('assert');