| Index: sdk/lib/core/annotations.dart
|
| diff --git a/sdk/lib/core/annotations.dart b/sdk/lib/core/annotations.dart
|
| index 7b8462f457efa242f6f75cc8d7e5cf90bfeeb9e6..97eb11f531202b4715dde98e4bddaa6a5068c5c2 100644
|
| --- a/sdk/lib/core/annotations.dart
|
| +++ b/sdk/lib/core/annotations.dart
|
| @@ -8,7 +8,7 @@ part of dart.core;
|
| * The annotation `@Deprecated('expires when')` marks a feature as deprecated.
|
| *
|
| * The annotation `@deprecated` is a shorthand for deprecating until
|
| - * to an unspecified "next release".
|
| + * an unspecified "next release".
|
| *
|
| * The intent of the `@Deprecated` annotation is to inform users of a feature
|
| * that they should change their code, even if it is currently still working
|
|
|