| 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); | 
| * | 
|  |