Index: tools/dom/templates/html/impl/impl_Node.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate |
index 23b4afe8c94dbe26c20891a5b0334cbeb7744562..17bc6014b455b415b92159f18c8cd7eb5f7d1ef6 100644 |
--- a/tools/dom/templates/html/impl/impl_Node.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Node.darttemplate |
@@ -299,9 +299,8 @@ $if DARTIUM |
* |
* ## Other resources |
* |
- * * [Node.childNodes] |
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.childNodes) |
- * from MDN. |
+ * * [Node.childNodes](https://developer.mozilla.org/en-US/docs/Web/API/Node.childNodes) |
+ * from MDN. |
*/ |
@DomName('Node.childNodes') |
@DocsEditable() |
@@ -312,9 +311,8 @@ $else |
* |
* ## Other resources |
* |
- * * [Node.childNodes] |
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.childNodes) |
- * from MDN. |
+ * * [Node.childNodes](https://developer.mozilla.org/en-US/docs/Web/API/Node.childNodes) |
+ * from MDN. |
*/ |
@DomName('Node.childNodes') |
@DocsEditable() |