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 44e0654 commit 98f4a02Copy full SHA for 98f4a02
index.bs
@@ -1617,7 +1617,7 @@ Unlike dictionaries, interfaces:
1617
(i.e., one can check if it is an `instanceof` a particular class on the global scope),
1618
1619
Defining an interface also exposes it on the global scope, allowing for the specification of static methods.
1620
-For example, the `canParse()` static method of the URL interface.
+For example, the `canParse()` static method of the URL interface.
1621
1622
```JS
1623
if (URL.canParse(someURL)) {
0 commit comments