Update mod.rs

This commit is contained in:
kilavvy 2025-02-28 12:34:21 +01:00 committed by GitHub
parent 4f895a7b4e
commit 1d2de62e01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ impl Denomination {
}
}
/// These form are ambigous and could have many meanings. For example, M could denote Mega or Milli.
/// These form are ambiguous and could have many meanings. For example, M could denote Mega or Milli.
/// If any of these forms are used, an error type `PossiblyConfusingDenomination` is returned.
const CONFUSING_FORMS: [&str; 6] = ["CBTC", "Cbtc", "MBTC", "Mbtc", "UBTC", "Ubtc"];