Chromium Code Reviews| Index: sdk/lib/core/stopwatch.dart |
| diff --git a/sdk/lib/core/stopwatch.dart b/sdk/lib/core/stopwatch.dart |
| index 9afc50b37a264e74b715f63e686dfe4150f01155..c47c6d2b6bfb77c683483846b3c6d036e406e4c2 100644 |
| --- a/sdk/lib/core/stopwatch.dart |
| +++ b/sdk/lib/core/stopwatch.dart |
| @@ -5,7 +5,7 @@ |
| part of dart.core; |
| /** |
| - * A simple [Stopwatch] interface to measure elapsed time. |
| + * A simple stopwatch interface to measure elapsed time. |
| */ |
| class Stopwatch { |
| // The _start and _stop fields capture the time when [start] and [stop] |