diff --git a/NOTICE b/NOTICE index e43810f24e..fc3b4db8dc 100644 --- a/NOTICE +++ b/NOTICE @@ -29,6 +29,8 @@ under the licensing terms detailed in LICENSE: * Valeria Viana Gusmao * Gabor Greif * Martin Fredriksson +* Joe Pea (@trusktr) +* Joe Pea (@trusktr) Portions of this software are derived from third-party works licensed under the following terms: diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index 1889fcce55..de02d9da70 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -1434,7 +1434,7 @@ declare class DataView { interface ArrayLike { length: i32; - // [key: number]: T; + [key: number]: T; } /** Interface for a typed view on an array buffer. */