Skip to content

Commit ce149d1

Browse files
shvaikaleshbzbarsky
authored andcommitted
Fix "this" typo in constructor operations example (#830)
1 parent 28fadc2 commit ce149d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@ See [[#interface-object]] for details on how a [=constructor operation=] is to b
26562656
constructor will cause a {{TypeError}} to be thrown.
26572657

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

0 commit comments

Comments
 (0)