From a74bc81ba2b604c69befeff8abe24c9a51cab2be Mon Sep 17 00:00:00 2001 From: Solal Pirelli Date: Sun, 30 Nov 2014 10:03:53 +0100 Subject: [PATCH] Fix documentation for Uint32Array.subarray --- bin/lib.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lib.d.ts b/bin/lib.d.ts index 8890fab4284..c18bd4ff8b4 100644 --- a/bin/lib.d.ts +++ b/bin/lib.d.ts @@ -1489,7 +1489,7 @@ interface Uint32Array extends ArrayBufferView { set(array: number[], offset?: number): void; /** - * 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. * @param begin The index of the beginning of the array. * @param end The index of the end of the array. */