Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: corelib/src/date.dart

Issue 10792034: Fix typo in date description. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698