Skip to content

doc: improve buf.lastIndexOf() text - #19904

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:lastindexof
Closed

doc: improve buf.lastIndexOf() text#19904
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:lastindexof

Conversation

@Trott

@TrottTrott commented Apr 9, 2018

Copy link
Copy Markdown
Member

Improve description of encoding option. (This change is also applied
to buf.indexOf().) Improve punctuation. Wrap at 80 characters.

Checklist

@nodejs-github-botnodejs-github-bot added buffer Issues and PRs related to the buffer subsystem. doc Issues and PRs related to the documentations. labels Apr 9, 2018
@Trott

Trott commented Apr 9, 2018

Copy link
Copy Markdown
MemberAuthor

@addaleax What do you think of this wording for the encoding option?

@Trott

Trott commented Apr 9, 2018

Copy link
Copy Markdown
MemberAuthor

Comment threaddoc/api/buffer.md Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: `buf` or -> `buf`, or — as in the lastIndexOf() description?

Comment threaddoc/api/buffer.md Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

buf ?

@vsemozhetbytvsemozhetbyt left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With nits)

Improve description of `encoding` option. (This change is also applied
to `buf.indexOf()`.) Improve punctuation. Wrap at 80 characters.
@Trott

Copy link
Copy Markdown
MemberAuthor

@vsemozhetbytvsemozhetbyt added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 10, 2018
@Trott

Copy link
Copy Markdown
MemberAuthor

@nodejs/documentation @nodejs/buffer

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 11, 2018
Trott added a commit to Trott/io.js that referenced this pull request Apr 12, 2018
Improve description of `encoding` option. (This change is also applied
to `buf.indexOf()`.) Improve punctuation. Wrap at 80 characters.
PR-URL: nodejs#19904
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@Trott

Copy link
Copy Markdown
MemberAuthor

Landed in cf34c2c

@TrottTrott closed this Apr 12, 2018
targos pushed a commit that referenced this pull request Apr 12, 2018
Improve description of `encoding` option. (This change is also applied
to `buf.indexOf()`.) Improve punctuation. Wrap at 80 characters.
PR-URL: #19904
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
jasnell pushed a commit that referenced this pull request Apr 16, 2018
Improve description of `encoding` option. (This change is also applied
to `buf.indexOf()`.) Improve punctuation. Wrap at 80 characters.
PR-URL: #19904
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request May 1, 2018
Improve description of `encoding` option. (This change is also applied
to `buf.indexOf()`.) Improve punctuation. Wrap at 80 characters.
PR-URL: nodejs#19904
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
MylesBorins pushed a commit that referenced this pull request Aug 17, 2018
Improve description of `encoding` option. (This change is also applied
to `buf.indexOf()`.) Improve punctuation. Wrap at 80 characters.
PR-URL: #19904
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Aug 17, 2018
@Trott
Trott deleted the lastindexof branch January 13, 2022 22:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.bufferIssues and PRs related to the buffer subsystem.docIssues and PRs related to the documentations.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@vsemozhetbyt@gibfahn@trivikr@nodejs-github-bot