Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix capitalization of b.writeUint16LE(0x90ab, 0) in buffer docs #3223

Closed
evanlucas opened this issue Oct 6, 2015 · 1 comment
Closed

Fix capitalization of b.writeUint16LE(0x90ab, 0) in buffer docs #3223

evanlucas opened this issue Oct 6, 2015 · 1 comment
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.

Comments

@evanlucas
Copy link
Contributor

In https://github.com/nodejs/node/blob/master/doc/api/buffer.markdown, b.writeUint16LE(0x90ab, 0); should be b.writeUInt16LE(0x90ab, 0);.

@evanlucas evanlucas added the good first issue Issues that are suitable for first-time contributors. label Oct 6, 2015
@mscdex mscdex added buffer Issues and PRs related to the buffer subsystem. doc Issues and PRs related to the documentations. labels Oct 6, 2015
@Trott
Copy link
Member

Trott commented Oct 7, 2015

Fixed in #3226

@Trott Trott closed this as completed Oct 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants