Skip to content

Commit a2edb59

Browse files
Shagamiitargos
authored andcommitted
test: fix comment of fs.promises write
PR-URL: #21708 Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Shingo Inoue <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 32ad163 commit a2edb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-promises-file-handle-write.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const common = require('../common');
44

55
// The following tests validate base functionality for the fs.promises
6-
// FileHandle.read method.
6+
// FileHandle.write method.
77

88
const fs = require('fs');
99
const { open } = fs.promises;

0 commit comments

Comments
 (0)