Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 14, 2024
1 parent 4d9bd48 commit 4b96666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/intl/lib/intl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// <className>_<methodName>, to make it easier to distinguish messages with
/// `<className>_<methodName>`, to make it easier to distinguish messages with
/// the same name but in different classes.
///
/// The [desc] provides a description of the message usage.
Expand Down

0 comments on commit 4b96666

Please sign in to comment.