Fix capitalization of b.writeUint16LE(0x90ab, 0) in buffer docs #3223
Labels
buffer
Issues and PRs related to the buffer subsystem.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
In https://github.com/nodejs/node/blob/master/doc/api/buffer.markdown,
b.writeUint16LE(0x90ab, 0);
should beb.writeUInt16LE(0x90ab, 0);
.The text was updated successfully, but these errors were encountered: