Skip to content

Commit

Permalink
docs: update documentation for LongCompactCurrencyFormatter to clarif…
Browse files Browse the repository at this point in the history
…y compact decimal formatting
  • Loading branch information
younies committed Dec 3, 2024
1 parent 45907c5 commit 68248ce
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@ extern crate alloc;
/// [`LongCompactCurrencyFormatter`] supports:
/// 1. Rendering in the locale's currency system.
/// 2. Locale-sensitive grouping separator positions.
///
/// Read more about the options in the [`super::options`] module.
pub struct LongCompactCurrencyFormatter {
/// Extended data for the currency formatter.
extended: DataPayload<CurrencyExtendedDataV1Marker>,

/// Formatting patterns for each currency plural category.
patterns: DataPayload<CurrencyPatternsDataV1Marker>,

/// A [`CompactDecimalFormatter`] to format the currency value.
/// A [`CompactDecimalFormatter`] to format the currency value in compact form.
compact_decimal_formatter: CompactDecimalFormatter,

/// A [`PluralRules`] to determine the plural category of the unit.
Expand Down

0 comments on commit 68248ce

Please sign in to comment.