the description of buffer.equals(otherBuffer) was at the wrong
place; move it underneath the method signature
PR-URL: https://github.com/nodejs/node/pull/4227
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
// Node.js
-Returns a boolean indicating whether `this` and `otherBuffer` have the same
-bytes.
-
### buf.compare(otherBuffer)
* `otherBuffer` {Buffer}
* `otherBuffer` {Buffer}
+Returns a boolean indicating whether `this` and `otherBuffer` have the same bytes.
+
### buf.fill(value[, offset][, end])
* `value`