Index: sdk/lib/core/errors.dart |
diff --git a/sdk/lib/core/errors.dart b/sdk/lib/core/errors.dart |
index 8edfc7d55e329c77b54a9938bd24b43b566eb213..4dfa006ca7cfba6daed3d5ec0e5e946e4255268a 100644 |
--- a/sdk/lib/core/errors.dart |
+++ b/sdk/lib/core/errors.dart |
@@ -363,7 +363,7 @@ class RangeError extends ArgumentError { |
* and the invalid index itself. |
*/ |
class IndexError extends ArgumentError implements RangeError { |
- /** The indexable object that [index] was not a valid index into. */ |
+ /** The indexable object that [invalidValue] was not a valid index into. */ |
final indexable; |
/** The length of [indexable] at the time of the error. */ |
final int length; |