Skip to content

Commit

Permalink
Fix "this" typo in constructor operations example (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
shvaikalesh authored and bzbarsky committed Dec 26, 2019
1 parent 28fadc2 commit ce149d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2656,7 +2656,7 @@ See [[#interface-object]] for details on how a [=constructor operation=] is to b
constructor will cause a {{TypeError}} to be thrown.

<pre highlight="js">
var x = new Circle(); // The uses the zero-argument constructor to create a
var x = new Circle(); // This uses the zero-argument constructor to create a
// reference to a platform object that implements the
// Circle interface.

Expand Down

0 comments on commit ce149d1

Please sign in to comment.