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

Unified Diff: sdk/lib/core/invocation.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/errors.dart ('k') | sdk/lib/core/iterable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/invocation.dart
diff --git a/sdk/lib/core/invocation.dart b/sdk/lib/core/invocation.dart
index 27418417484ab686c678c1399d167afd73225d87..c5f8921ffd00df900e81a9b34f8c1465c38cb218 100644
--- a/sdk/lib/core/invocation.dart
+++ b/sdk/lib/core/invocation.dart
@@ -42,7 +42,7 @@ abstract class Invocation {
/**
* Whether the invocation was a setter call.
*
- * If so, [arguments] has exactly one positional argument,
+ * If so, [positionalArguments] has exactly one positional argument,
* and [namedArguments] is empty.
*/
bool get isSetter;
« no previous file with comments | « sdk/lib/core/errors.dart ('k') | sdk/lib/core/iterable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698