Skip to content

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

Closed
@evanlucas

Description

@evanlucas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bufferIssues and PRs related to the buffer subsystem.docIssues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions