We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ad163 commit a2edb59Copy full SHA for a2edb59
test/parallel/test-fs-promises-file-handle-write.js
@@ -3,7 +3,7 @@
3
const common = require('../common');
4
5
// The following tests validate base functionality for the fs.promises
6
-// FileHandle.read method.
+// FileHandle.write method.
7
8
const fs = require('fs');
9
const { open } = fs.promises;
0 commit comments