Skip to content

Commit

Permalink
Update components/experimental/src/units/ratio.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Shane F. Carr <[email protected]>
  • Loading branch information
Manishearth and sffc authored Jan 10, 2025
1 parent 780094e commit 34eb4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/experimental/src/units/ratio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub enum RatioFromStrError {
#[displaydoc("The exponent part of the ratio string is not an integer")]
ExponentPartIsNotAnInteger,

/// The ratio string is dificient in some other way.
/// The ratio string is deficient in some other way.
ParsingBigIntError(num_bigint::ParseBigIntError),
}

Expand Down

0 comments on commit 34eb4f3

Please sign in to comment.