We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9bd48 commit 4b96666Copy full SHA for 4b96666
pkgs/intl/lib/intl.dart
@@ -119,7 +119,7 @@ class Intl {
119
/// and pass the appropriate arguments to it. If provided, [name] must be
120
/// globally unique in the program. It must match the enclosing function name,
121
/// or if the function is a method of a class, [name] can also be of the form
122
- /// <className>_<methodName>, to make it easier to distinguish messages with
+ /// `<className>_<methodName>`, to make it easier to distinguish messages with
123
/// the same name but in different classes.
124
///
125
/// The [desc] provides a description of the message usage.
0 commit comments