Skip to content

Commit 4b96666

Browse files
committed
Fix issues
1 parent 4d9bd48 commit 4b96666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/intl/lib/intl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class Intl {
119119
/// and pass the appropriate arguments to it. If provided, [name] must be
120120
/// globally unique in the program. It must match the enclosing function name,
121121
/// 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
122+
/// `<className>_<methodName>`, to make it easier to distinguish messages with
123123
/// the same name but in different classes.
124124
///
125125
/// The [desc] provides a description of the message usage.

0 commit comments

Comments
 (0)