Fix Typo
This commit is contained in:
parent
82ed8f11b4
commit
9cd5bc5935
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ for(let num of view) {
|
||||||
|
|
||||||
## TypedArray
|
## TypedArray
|
||||||
|
|
||||||
The common term for all these views (`Uint8Array`, `Uint32Array`, etc) is [TypedArray](https://tc39.github.io/ecma262/#sec-typedarray-objects). They share the same set of methods and properities.
|
The common term for all these views (`Uint8Array`, `Uint32Array`, etc) is [TypedArray](https://tc39.github.io/ecma262/#sec-typedarray-objects). They share the same set of methods and properties.
|
||||||
|
|
||||||
Please note, there's no constructor called `TypedArray`, it's just a common "umbrella" term to represent one of views over `ArrayBuffer`: `Int8Array`, `Uint8Array` and so on, the full list will soon follow.
|
Please note, there's no constructor called `TypedArray`, it's just a common "umbrella" term to represent one of views over `ArrayBuffer`: `Int8Array`, `Uint8Array` and so on, the full list will soon follow.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue