Merge branch 'master' into Wrong_example_of_format_pattern_in_api_documentation
diff --git a/lib/src/intl/date_format.dart b/lib/src/intl/date_format.dart
index 2e17f88..3cd1f6c 100644
--- a/lib/src/intl/date_format.dart
+++ b/lib/src/intl/date_format.dart
@@ -207,9 +207,9 @@
 ///
 ///     Format Pattern                    Result
 ///     --------------                    -------
-///     'EEE, MMM d, ''yy'                Wed, Jul 10, '96
+///     "EEE, MMM d, ''yy"                Wed, Jul 10, '96
 ///     'h:mm a'                          12:08 PM
-///     'yyyyy.MMMMM.dd GGG hh:mm aaa'    01996.July.10 AD 12:08 PM
+///     'yyyyy.MMMM.dd GGG hh:mm aaa'     01996.July.10 AD 12:08 PM
 //
 // TODO(https://github.com/dart-lang/intl/issues/74): Merge tables.
 //