refactor: fix typo in FeeUnits.h (#4644)

covert -> convert
This commit is contained in:
Ikko Eltociear Ashimine
2023-08-09 19:53:44 +09:00
committed by tequ
parent a1ae22a0d6
commit 666f5eabd0

View File

@@ -128,7 +128,7 @@ public:
}
/** Instances with the same unit, and a type that is
"safe" to covert to this one can be converted
"safe" to convert to this one can be converted
implicitly */
template <
class Other,