Index: client/html/src/ElementWrappingImplementation.dart |
diff --git a/client/html/src/ElementWrappingImplementation.dart b/client/html/src/ElementWrappingImplementation.dart |
index 64d521f74b04180e64686b777b746d17abfb640b..4393442021dcf0d91793047fd335bdf2c3508a44 100644 |
--- a/client/html/src/ElementWrappingImplementation.dart |
+++ b/client/html/src/ElementWrappingImplementation.dart |
@@ -574,7 +574,7 @@ class ElementWrappingImplementation extends NodeWrappingImplementation implement |
/** |
* @domName childElementCount, firstElementChild, lastElementChild, |
- * children, appendChild |
+ * children, Node.appendChild |
*/ |
ElementList get elements() { |
if (_elements == null) { |