Skip to content

Commit

Permalink
Update pkgs/intl4x/lib/list_format.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Wanke <contact@wanke.dev>
  • Loading branch information
mosuem and JonasWanke authored Sep 9, 2024
1 parent cf9c1d7 commit 02561d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/intl4x/lib/list_format.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ extension ListFormatIntl4x on List<String> {
///
/// For more options, use [Intl.listFormat] directly.
String joinUnit([Locale? locale]) => Intl(locale: locale)
.listFormat(const ListFormatOptions(type: Type.or))
.listFormat(const ListFormatOptions(type: Type.unit))
.format(this);
}

0 comments on commit 02561d8

Please sign in to comment.