| Index: pkg/intl/lib/intl.dart
|
| diff --git a/pkg/intl/lib/intl.dart b/pkg/intl/lib/intl.dart
|
| index 8112b6799c20e06863e3fc89eb785a04de90423f..e0e32eeb977a9e10810d80e7804542d2f5cc03a8 100644
|
| --- a/pkg/intl/lib/intl.dart
|
| +++ b/pkg/intl/lib/intl.dart
|
| @@ -256,7 +256,7 @@ class Intl {
|
| *
|
| * In either case, the purpose of this is to delay calling [message_function]
|
| * until the proper locale has been set. This returns the result of calling
|
| - * [msg_function], which could be of an arbitrary type.
|
| + * [message_function], which could be of an arbitrary type.
|
| */
|
| static withLocale(String locale, Function message_function) {
|
| // We have to do this silliness because Locale is not known at compile time,
|
|
|