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

Unified Diff: lib/i18n/date_format.dart

Issue 10538033: MessageFormat fixup (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | lib/i18n/intl_message.dart » ('j') | lib/i18n/intl_message.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/i18n/date_format.dart
===================================================================
--- lib/i18n/date_format.dart (revision 8354)
+++ lib/i18n/date_format.dart (working copy)
@@ -244,9 +244,9 @@
/**
* Formats a String indicating how long ago (negative [duration]) or how far
Bob Nystrom 2012/06/06 22:22:48 I would either put "String" in [] or make it lower
Emily Fortuna 2012/06/06 22:51:43 Done.
* in the future (positive [duration]) some time is with respect to a
- * reference [date]. The [duration] is expressed in miliseconds.
+ * reference [date].
*/
- String formatDurationFrom(num duration, Date date) {
+ String formatDurationFrom(Duration duration, Date date) {
return '';
}
}
« no previous file with comments | « no previous file | lib/i18n/intl_message.dart » ('j') | lib/i18n/intl_message.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698