Skip to content

Buffer hex encoding description seems to omit a word #41594

@jmm

Description

@jmm

Affected URL(s)

https://github.com/nodejs/node/blob/119519e1da2be1f180e8d66bd0bb79403624ea73/doc/api/buffer.md https://nodejs.org/docs/latest-v16.x/api/buffer.html

Description of the problem

'hex': Encode each byte as two hexadecimal characters. Data truncation
may occur when decoding strings that do exclusively contain valid hexadecimal
characters. See below for an example.

This should say "...do not exclusively...", right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bufferIssues and PRs related to the buffer subsystem.docIssues and PRs related to the documentations.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions