We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1bf508 + a74bc81 commit fd229a9Copy full SHA for fd229a9
bin/lib.d.ts
@@ -1489,7 +1489,7 @@ interface Uint32Array extends ArrayBufferView {
1489
set(array: number[], offset?: number): void;
1490
1491
/**
1492
- * Gets a new Int8Array view of the ArrayBuffer Object store for this array, specifying the first and last members of the subarray.
+ * Gets a new Uint32Array view of the ArrayBuffer Object store for this array, specifying the first and last members of the subarray.
1493
* @param begin The index of the beginning of the array.
1494
* @param end The index of the end of the array.
1495
*/
0 commit comments