| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The buffer's write function is documented below the buf.toString function and all of the docs reference "buf" instead of "buffer".
|
LGTM |
Sorry, something went wrong.
The buffer's write function is documented below the buf.toString function and all of the docs reference "buf" instead of "buffer". PR-URL: #4324 Reviewed-By: James M Snell <jasnell@gmail.com>
The buffer's write function is documented below the buf.toString function and all of the docs reference "buf" instead of "buffer". PR-URL: nodejs#4324 Reviewed-By: James M Snell <jasnell@gmail.com>
The buffer's write function is documented below the buf.toString function and all of the docs reference "buf" instead of "buffer". PR-URL: #4324 Reviewed-By: James M Snell <jasnell@gmail.com>
|
Thanks for this @chrisJohn404, I believe this is your first commit to core and even though the change is trivial we appreciate the attention to detail, our docs have been improving rapidly thanks to people like yourself willing to go to the effort when they see something wrong. Welcome on board, we hope you stick around and can find other ways to contribute. |
Sorry, something went wrong.
The buffer's write function is documented below the buf.toString function and all of the docs reference "buf" instead of "buffer". PR-URL: nodejs#4324 Reviewed-By: James M Snell <jasnell@gmail.com>
The buffer's write function is documented below the buf.toString function and all of the docs reference "buf" instead of "buffer". PR-URL: #4324 Reviewed-By: James M Snell <jasnell@gmail.com>
The buffer's write function is documented below the buf.toString function and all of the docs reference "buf" instead of "buffer". PR-URL: nodejs#4324 Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
The buffer's write function is documented below the buffer.toString function. The final sentence describing the toString function indicated that there was a buffer.write function documented above it. Additionally, all of the docs for buffer now use "buf" so the code snippet was changed to "buf.write()".