| Index: corelib/src/date.dart
|
| diff --git a/corelib/src/date.dart b/corelib/src/date.dart
|
| index 1d367f180e3a02abfe8ec4bbaf876cbb86d1714d..178b348a9b0a9c74542f0dfb6358fe14e467be61 100644
|
| --- a/corelib/src/date.dart
|
| +++ b/corelib/src/date.dart
|
| @@ -43,7 +43,7 @@ interface Date extends Comparable, Hashable default DateImplementation {
|
| * in the local time zone if [isUtc] is false.
|
| *
|
| * [month] and [day] are one-based. For example
|
| - * [:new Date(1038, 1, 10)] represents the 10th of January 1938.
|
| + * [:new Date(1938, 1, 10)] represents the 10th of January 1938.
|
| */
|
| // TODO(floitsch): the spec allows default values in interfaces, but our
|
| // tools don't yet. Eventually we want to have default values here.
|
|
|