Commit ebfd4a5
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.1 parent 8dc1d5e commit ebfd4a5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments