-
-
Couldn't load subscription status.
- Fork 33.6k
doc: remove old description for compare method #4227
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
Conversation
|
It shouldn't be removed, but instead moved to underneath |
|
You're right! Thank you. I've corrected it. 😉 |
doc/api/buffer.markdown
Outdated
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.
The backticks are missing around this and otherBuffer.
the description of buffer.equals(otherBuffer) was at the wrong place; move it underneath the method signature
|
Sorry, it should be ok now. |
|
LGTM |
|
LGTM |
the description of buffer.equals(otherBuffer) was at the wrong place; move it underneath the method signature PR-URL: #4227 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Landed in 1a21a53 |
|
It looks like this is your first contribution to core @janriemer! Thanks for the PR and welcome on board! |
the description of buffer.equals(otherBuffer) was at the wrong place; move it underneath the method signature PR-URL: #4227 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com>
the description of buffer.equals(otherBuffer) was at the wrong place; move it underneath the method signature PR-URL: #4227 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com>
the description of buffer.equals(otherBuffer) was at the wrong place; move it underneath the method signature PR-URL: #4227 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com>
the description of buffer.equals(otherBuffer) was at the wrong place; move it underneath the method signature PR-URL: nodejs#4227 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Above the buffer.compare(otherBuffer) method, there seems to
be a description from an older version of this method.
I have removed it.