Skip to content

Commit

Permalink
test: fix comment of fs.promises write
Browse files Browse the repository at this point in the history
PR-URL: #21708
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Shagamii authored and targos committed Jul 16, 2018
1 parent 32ad163 commit a2edb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-promises-file-handle-write.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const common = require('../common');

// The following tests validate base functionality for the fs.promises
// FileHandle.read method.
// FileHandle.write method.

const fs = require('fs');
const { open } = fs.promises;
Expand Down

0 comments on commit a2edb59

Please sign in to comment.