doc: use serial comma in fs docs - #43104
Conversation
|
Fast-track has been requested by @tniessen. Please 👍 to approve. |
LiviaMedeiros
left a comment
There was a problem hiding this comment.
Nits, feel free to ignore or leave for later:
https://github.com/nodejs/node/blob/4d5bbc7ea1c4fed240397a5b96a1572ba204f2b4/doc/api/fs.md#L1562
https://github.com/nodejs/node/blob/4d5bbc7ea1c4fed240397a5b96a1572ba204f2b4/doc/api/fs.md#L1687
https://github.com/nodejs/node/blob/4d5bbc7ea1c4fed240397a5b96a1572ba204f2b4/doc/api/fs.md#L2412
https://github.com/nodejs/node/blob/4d5bbc7ea1c4fed240397a5b96a1572ba204f2b4/doc/api/fs.md#L3876
https://github.com/nodejs/node/blob/4d5bbc7ea1c4fed240397a5b96a1572ba204f2b4/doc/api/fs.md#L7524
Out of curiosity, maybe comma should be used in those as well, since any TypedArray is equivalent of Int8Array, ..., or Float64Array:
https://github.com/nodejs/node/blob/4d5bbc7ea1c4fed240397a5b96a1572ba204f2b4/doc/api/fs.md#L4395-L4396
1238886 to
d9a91c4
Compare
|
Thanks @LiviaMedeiros, I missed those! Force-pushed, the actual diff since the first commit is 1238886ecdf0a1f0c20cb2184bb4e9780bd1dc2b. PTAL. |
cf0fb14 to
4aac703
Compare
|
Thanks for catching that @LiviaMedeiros! Force-pushed again, the actual diff is cf0fb1426cfefe9ae315f65c99390749174b0b4f. |
|
Landed in d1d30d7 |
Refs: nodejs/node#11321 Refs: nodejs/node#17384 PR-URL: nodejs/node#43104 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
node/doc/README.md
Line 21 in 5e9274a
Refs: #11321
Refs: #17384