mirror of https://github.com/nodejs/node.git
doc: fix typo in CHANGELOG_V10.md
Fix typo PR-URL: https://github.com/nodejs/node/pull/22744 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>pull/22503/merge
parent
62a3f9b029
commit
e638bc5f92
|
@ -60,7 +60,7 @@
|
|||
* The methods `fs.read`, `fs.readSync`, `fs.write`, `fs.writeSync`,
|
||||
`fs.writeFile` and `fs.writeFileSync` now all accept `TypedArray` and
|
||||
`DataView` objects. [#22150](https://github.com/nodejs/node/pull/22150)
|
||||
* A new boolean option, `withFileTypes`, can be passed to to `fs.readdir` and
|
||||
* A new boolean option, `withFileTypes`, can be passed to `fs.readdir` and
|
||||
`fs.readdirSync`. If set to true, the methods return an array of directory
|
||||
entries. These are objects that can be used to determine the type of each
|
||||
entry and filter them based on that without calling `fs.stat`. [#22020](https://github.com/nodejs/node/pull/22020)
|
||||
|
|
Loading…
Reference in New Issue