We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a48ba3 commit df7eae4Copy full SHA for df7eae4
buffer/buffers_and_typedarrays.md
@@ -34,7 +34,7 @@ console.log(uint32array);
34
35
```js
36
const buf = Buffer.from('hello', 'utf16le');
37
-const uint16arr = new Uint16Array(
+const uint16array = new Uint16Array(
38
buf.buffer,
39
buf.byteOffset,
40
buf.length / Uint16Array.BYTES_PER_ELEMENT);
0 commit comments