We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fadc2 commit ce149d1Copy full SHA for ce149d1
index.bs
@@ -2656,7 +2656,7 @@ See [[#interface-object]] for details on how a [=constructor operation=] is to b
2656
constructor will cause a {{TypeError}} to be thrown.
2657
2658
<pre highlight="js">
2659
- 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
2660
// reference to a platform object that implements the
2661
// Circle interface.
2662
0 commit comments