Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: sdk/lib/core/errors.dart

Issue 2856123003: Fix some bad documentation links. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/core/duration.dart ('k') | sdk/lib/core/invocation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « sdk/lib/core/duration.dart ('k') | sdk/lib/core/invocation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698