From 1d2de62e01e5759fbe944dc388ba985f09226061 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:34:21 +0100 Subject: [PATCH] Update mod.rs --- units/src/amount/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/src/amount/mod.rs b/units/src/amount/mod.rs index e5e23417c..345c3badf 100644 --- a/units/src/amount/mod.rs +++ b/units/src/amount/mod.rs @@ -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"];