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 Manoj Doshi
parent da203b241b
commit 213491d94b

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,