doc: correct sample output of buf.compare by khalsah · Pull Request #7777 · nodejs/node

@khalsah

comparing the buffers `ABC` and `ABCD` returns `-1` not `1`.

@nodejs-github-bot added buffer

Issues and PRs related to the buffer subsystem.

doc

Issues and PRs related to the documentations.

labels

Jul 17, 2016

cjihrig pushed a commit that referenced this pull request

Jul 18, 2016
Comparing the buffers `ABC` and `ABCD` returns `-1` not `1`.

PR-URL: #7777
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

evanlucas pushed a commit that referenced this pull request

Jul 19, 2016
Comparing the buffers `ABC` and `ABCD` returns `-1` not `1`.

PR-URL: #7777
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

evanlucas pushed a commit that referenced this pull request

Jul 20, 2016
Comparing the buffers `ABC` and `ABCD` returns `-1` not `1`.

PR-URL: #7777
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

MylesBorins pushed a commit that referenced this pull request

Sep 30, 2016
Comparing the buffers `ABC` and `ABCD` returns `-1` not `1`.

PR-URL: #7777
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

rvagg pushed a commit that referenced this pull request

Oct 18, 2016
Comparing the buffers `ABC` and `ABCD` returns `-1` not `1`.

PR-URL: #7777
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

MylesBorins pushed a commit that referenced this pull request

Oct 26, 2016
Comparing the buffers `ABC` and `ABCD` returns `-1` not `1`.

PR-URL: #7777
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>