summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-append-file-sync.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-fs-append-file-sync.js')
-rw-r--r--test/parallel/test-fs-append-file-sync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-fs-append-file-sync.js b/test/parallel/test-fs-append-file-sync.js
index 90e3f97d8c..c38a07fef7 100644
--- a/test/parallel/test-fs-append-file-sync.js
+++ b/test/parallel/test-fs-append-file-sync.js
@@ -39,7 +39,7 @@ const data = '南越国是前203年至前111年存在于岭南地区的一个国
const tmpdir = require('../common/tmpdir');
tmpdir.refresh();
-// test that empty file will be created and have content added
+// Test that empty file will be created and have content added
const filename = join(tmpdir.path, 'append-sync.txt');
fs.appendFileSync(filename, data);