Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
amatiasq authored May 20, 2019
1 parent aacaeb1 commit 6df4fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1>Syntax</h1>

// Metadata introspection
let obj = new C("a", 1);
let paramTypes = Reflect.getMetadata("design:paramtypes", inst, "add"); // [Number, Number]
let paramTypes = Reflect.getMetadata("design:paramtypes", obj, "add"); // [Number, Number]
</code></pre>
</emu-clause>

Expand Down Expand Up @@ -413,4 +413,4 @@ <h1>Reflect.deleteMetadata ( metadataKey, target [, propertyKey] )</h1>
</emu-alg>
</emu-clause>
</emu-clause>
</emu-clause>
</emu-clause>

0 comments on commit 6df4fb2

Please sign in to comment.