| Index: pkg/intl/lib/message_lookup_by_library.dart
|
| diff --git a/pkg/intl/lib/message_lookup_by_library.dart b/pkg/intl/lib/message_lookup_by_library.dart
|
| index e3d1fb728df843fb1e9923a52563bee56983d72d..fde05513e2d9afca802b0962ce76f96a906febc4 100644
|
| --- a/pkg/intl/lib/message_lookup_by_library.dart
|
| +++ b/pkg/intl/lib/message_lookup_by_library.dart
|
| @@ -6,7 +6,7 @@
|
| * Message/plural format library with locale support. This can have different
|
| * implementations based on the mechanism for finding the localized versions
|
| * of messages. This version expects them to be in a library named e.g.
|
| - * 'messages_en_US'. The prefix is set in the [initializeMessages] call, which
|
| + * 'messages_en_US'. The prefix is set in the "initializeMessages" call, which
|
| * must be made for a locale before any lookups can be done.
|
| *
|
| * See Intl class comment or `tests/message_format_test.dart` for more examples.
|
|
|