Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
buffer.from() tiny doc nit change
  • Loading branch information
mritunjayz committed Nov 24, 2018
commit d1f3b5170d374f8e8d19f6a2b339c667399eabcf
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]);

A `TypeError` will be thrown if `array` is not an `Array`.

`Buffer.from(array)` may also use the internal `Buffer` pool just like
`Buffer.from(array)` may also use the internal `Buffer` pool like
[`Buffer.allocUnsafe()`] does.
Comment thread
mritunjayz marked this conversation as resolved.
Comment thread
mritunjayz marked this conversation as resolved.

```js
Expand Down