Remove trailing whitespace (#593) · w3ctag/design-principles@98f4a02
marcoscacere
·
2025-09-18
·
via Recent Commits to design-principles:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1617,7 +1617,7 @@ Unlike dictionaries, interfaces:
|
1617 | 1617 | (i.e., one can check if it is an `instanceof` a particular class on the global scope), |
1618 | 1618 | |
1619 | 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. |
| 1620 | +For example, the `canParse()` static method of the URL interface. |
1621 | 1621 | |
1622 | 1622 | ```JS |
1623 | 1623 | if (URL.canParse(someURL)) { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。