Chromium Code Reviews| Index: lib/core/iterator.dart |
| diff --git a/lib/core/iterator.dart b/lib/core/iterator.dart |
| index 4e3000d87648adce3064c508ed85e4f00abc7b68..2e324f6a9b26ead8b7d201a25dfc34f52855ebba 100644 |
| --- a/lib/core/iterator.dart |
| +++ b/lib/core/iterator.dart |
| @@ -13,7 +13,7 @@ |
| abstract class Iterator<E> { |
| /** |
| * Gets the next element in the iteration. Throws a |
| - * [NoMoreElementsException] if no element is left. |
| + * [StateError] if no element is left. |
| */ |
| E next(); |