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

Unified Diff: sdk/lib/core/duration.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/convert/latin1.dart ('k') | sdk/lib/core/errors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/duration.dart
diff --git a/sdk/lib/core/duration.dart b/sdk/lib/core/duration.dart
index 73ec747b8d7f6a6d30053d2188ba0ff643effdef..e2b8360040b90766f8f2148b2b7c22181aa2e3ff 100644
--- a/sdk/lib/core/duration.dart
+++ b/sdk/lib/core/duration.dart
@@ -26,9 +26,9 @@ part of dart.core;
*
* Duration fastestMarathon = new Duration(hours:2, minutes:3, seconds:2);
*
- * The Duration is the sum of all individual parts.
+ * The [Duration] is the sum of all individual parts.
* This means that individual parts can be larger than the next-bigger unit.
- * For example, [minutes] can be greater than 59.
+ * For example, [inMinutes] can be greater than 59.
*
* assert(fastestMarathon.inMinutes == 123);
*
« no previous file with comments | « sdk/lib/convert/latin1.dart ('k') | sdk/lib/core/errors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698