| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cfcb759 commit 688fb8d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -221,7 +221,7 @@ elements, and not as a byte array of the target type. That is, | |||
| 221 | 221 | `[0x1020304]` or `[0x4030201]`. | |
| 222 | 222 | ||
| 223 | 223 | It is possible to create a new `Buffer` that shares the same allocated memory as | |
| 224 | - a [`TypedArray`] instance by using the `TypeArray` object's `.buffer` property. | ||
| 224 | + a [`TypedArray`] instance by using the `TypedArray` object's `.buffer` property. | ||
| 225 | 225 | ||
| 226 | 226 | ```js | |
| 227 | 227 | const arr = new Uint16Array(2); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments