Skip to content

Commit fd229a9

Browse files
committed
Merge pull request microsoft#1310 from SolalPirelli/fix_doc
Fix documentation for Uint32Array.subarray
2 parents d1bf508 + a74bc81 commit fd229a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lib.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ interface Uint32Array extends ArrayBufferView {
14891489
set(array: number[], offset?: number): void;
14901490

14911491
/**
1492-
* Gets a new Int8Array view of the ArrayBuffer Object store for this array, specifying the first and last members of the subarray.
1492+
* Gets a new Uint32Array view of the ArrayBuffer Object store for this array, specifying the first and last members of the subarray.
14931493
* @param begin The index of the beginning of the array.
14941494
* @param end The index of the end of the array.
14951495
*/

0 commit comments

Comments
 (0)