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

Unified Diff: pkg/intl/lib/src/date_format_internal.dart

Issue 11048027: Make the date formatting library visible in apidoc by merging it into Intl (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | « pkg/intl/lib/intl.dart ('k') | pkg/intl/test/date_time_format_file_test_stub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/src/date_format_internal.dart
===================================================================
--- pkg/intl/lib/src/date_format_internal.dart (revision 13189)
+++ pkg/intl/lib/src/date_format_internal.dart (working copy)
@@ -9,7 +9,7 @@
* them exposed as public API functions in the date formatting library, so they
* are put in a separate library here. These are for internal use only. User
* code should import one of the `date_symbol_data...` libraries and call the
- * initializeDateFormatting method exposed there.
+ * `initializeDateFormatting` method exposed there.
*/
#library('date_format_internal');
« no previous file with comments | « pkg/intl/lib/intl.dart ('k') | pkg/intl/test/date_time_format_file_test_stub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698