Skip to content

Commit

Permalink
Update components/experimental/src/duration/options.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Aug 26, 2024
1 parent e2bd84a commit 07a5030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/experimental/src/duration/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub enum FractionalDigits {
ShowAll,
/// Use the given number of fractional digits.
/// This value must be in the range 0..=9.
/// Fractional digits are rounded to zero if necessary.
/// Fractional digits are truncated if necessary.
Fixed(u8),
}

Expand Down

0 comments on commit 07a5030

Please sign in to comment.