Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buffer: fix a typo in Buffer example code
it shows `Buffer(.from[1, 2, 3]);` but that doesn't run; should be a typo https://nodejs.org/dist/latest-v5.x/docs/api/buffer.html#buffer_buffers_and_es6_iteration resolve comment in c1534e7#commitcomment-17228215 the same doc in master 85ab4a5 is correct.
- Loading branch information