diff --git a/pkgs/intl/lib/intl.dart b/pkgs/intl/lib/intl.dart index 7b823d73..add3dadf 100644 --- a/pkgs/intl/lib/intl.dart +++ b/pkgs/intl/lib/intl.dart @@ -119,7 +119,7 @@ class Intl { /// and pass the appropriate arguments to it. If provided, [name] must be /// globally unique in the program. It must match the enclosing function name, /// or if the function is a method of a class, [name] can also be of the form - /// _, to make it easier to distinguish messages with + /// `_`, to make it easier to distinguish messages with /// the same name but in different classes. /// /// The [desc] provides a description of the message usage.