Skip to content

Commit 98f4a02

Browse files
Remove trailing whitespace (#593)
1 parent 44e0654 commit 98f4a02

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
@@ -1617,7 +1617,7 @@ Unlike dictionaries, interfaces:
16171617
(i.e., one can check if it is an `instanceof` a particular class on the global scope),
16181618

16191619
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.
1620+
For example, the `canParse()` static method of the URL interface.
16211621

16221622
```JS
16231623
if (URL.canParse(someURL)) {

0 commit comments

Comments
 (0)