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

doc: correct anchors for buffer.md #6542

Closed
wants to merge 1 commit into from

Conversation

JacksonTian
Copy link
Contributor

@JacksonTian JacksonTian commented May 3, 2016

Checklist
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

the buf.fill() and Buffer#indexOf don't have correctly anchors

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label May 3, 2016
@@ -403,7 +403,7 @@ The `size` must be less than or equal to the value of
be created if a `size` less than or equal to 0 is specified.

If `fill` is specified, the allocated `Buffer` will be initialized by calling
`buf.fill(fill)`. See [`buf.fill()`][] for more information.
`buf.fill(fill)`. See [`buf.fill(0)`][] for more information.
Copy link
Member

Choose a reason for hiding this comment

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

Could you change only the href here, not the text itself? I think that makes more sense.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

hmmm, ok

@mscdex mscdex added the buffer Issues and PRs related to the buffer subsystem. label May 3, 2016
the `buf.fill()` and `Buffer#indexOf` don't have correctly anchors
@addaleax
Copy link
Member

addaleax commented May 4, 2016

LGTM

1 similar comment
@jasnell
Copy link
Member

jasnell commented May 6, 2016

LGTM

jasnell pushed a commit that referenced this pull request May 6, 2016
the `buf.fill()` and `Buffer#indexOf` don't have correctly anchors

PR-URL: #6542
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnell
Copy link
Member

jasnell commented May 6, 2016

Landed in b8573d0. Thank you!

@jasnell jasnell closed this May 6, 2016
evanlucas pushed a commit that referenced this pull request May 17, 2016
the `buf.fill()` and `Buffer#indexOf` don't have correctly anchors

PR-URL: #6542
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorins
Copy link
Member

MylesBorins commented May 18, 2016

this is not landing cleanly on v4.x-staging

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants