We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a wrong spelling in 'writeUint16LE'. It makes me who is a newbie confused. page: 'api/buffer.html'
b.writeUint16LE(0x90ab, 0);
The function should be 'writeUInt16LE'.
The text was updated successfully, but these errors were encountered:
/cc @nodejs/documentation
Sorry, something went wrong.
This documentation is actually stored in https://github.com/nodejs/node/blob/master/doc/api/buffer.markdown. Would you be interested in opening a pull request to fix that? I went ahead and opened an issue at nodejs/node#3223
No branches or pull requests
There is a wrong spelling in 'writeUint16LE'. It makes me who is a newbie confused.
page: 'api/buffer.html'
The function should be 'writeUInt16LE'.
The text was updated successfully, but these errors were encountered: