| Index: sdk/lib/core/date_time.dart
|
| diff --git a/sdk/lib/core/date_time.dart b/sdk/lib/core/date_time.dart
|
| index 92321f63b730c444191c1792095f582c77b7c35f..fadf0ccbaed2d3eaf8a66ac987932461b3379677 100644
|
| --- a/sdk/lib/core/date_time.dart
|
| +++ b/sdk/lib/core/date_time.dart
|
| @@ -99,7 +99,7 @@ abstract class Date implements Comparable {
|
| }
|
|
|
| /**
|
| - * Date is the public interface to a point in time.
|
| + * A DateTime object represents a point in time.
|
| *
|
| * It can represent time values that are at a distance of at most
|
| * 8,640,000,000,000,000ms (100,000,000 days) from epoch (1970-01-01 UTC). In
|
|
|