| Index: sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate b/sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| index 43684e1fbe384c2d00b694e1e73fbcc001c51423..95bbddcec52a3fe1bc6112c8384c5e7a77b998ee 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| @@ -5,7 +5,7 @@
|
| part of html;
|
|
|
| // TODO(nweiz): when all implementations we target have the same name for the
|
| -// coreimpl implementation of List<E>, extend that rather than wrapping.
|
| +// implementation of List<E>, extend that rather than wrapping.
|
| class _ListWrapper<E> implements List<E> {
|
| List _list;
|
|
|
|
|