-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Conversation
@@ -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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm, ok
the `buf.fill()` and `Buffer#indexOf` don't have correctly anchors
LGTM |
1 similar comment
LGTM |
the `buf.fill()` and `Buffer#indexOf` don't have correctly anchors PR-URL: #6542 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in b8573d0. Thank you! |
the `buf.fill()` and `Buffer#indexOf` don't have correctly anchors PR-URL: #6542 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
this is not landing cleanly on v4.x-staging |
Checklist
Affected core subsystem(s)
doc
Description of change
the
buf.fill()
andBuffer#indexOf
don't have correctly anchors