-
Notifications
You must be signed in to change notification settings - Fork 30k
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: remove old description for compare method #4227
Conversation
It shouldn't be removed, but instead moved to underneath |
You're right! Thank you. I've corrected it. 😉 |
@@ -267,6 +264,8 @@ region in the same buffer | |||
|
|||
* `otherBuffer` {Buffer} | |||
|
|||
Returns a boolean indicating whether this and otherBuffer have the same bytes. |
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
the description of buffer.equals(otherBuffer) was at the wrong place; move it underneath the method signature PR-URL: #4227 Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
the description of buffer.equals(otherBuffer) was at the wrong place; move it underneath the method signature PR-URL: #4227 Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
Above the buffer.compare(otherBuffer) method, there seems to
be a description from an older version of this method.
I have removed it.