Skip to content

Commit

Permalink
Fix comments on CurrencyPatternConfig fields (unicode-org#4707)
Browse files Browse the repository at this point in the history
  • Loading branch information
younies authored Mar 19, 2024
1 parent 16c7584 commit bedfdab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/experimental/src/dimension/provider/currency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,10 @@ pub enum PlaceholderValue {
#[cfg_attr(feature = "serde", derive(serde::Deserialize))]
#[derive(Copy, Debug, Clone, Default, PartialEq, PartialOrd, Eq, Ord)]
pub struct CurrencyPatternConfig {
/// If it is true, then use the standard pattern.
/// Otherwise, use the standard_alpha_next_to_number pattern.
/// Indicates which pattern to use for short currency formatting.
pub short_pattern_selection: PatternSelection,

/// If it is true, then use the standard pattern.
/// Otherwise, use the standard_alpha_next_to_number pattern.
/// Indicates which pattern to use for narrow currency formatting.
pub narrow_pattern_selection: PatternSelection,

/// The index of the short pattern place holder in the place holders list.
Expand Down

0 comments on commit bedfdab

Please sign in to comment.