Fix typo in weights.rs (#11724)

overriden -> overridden
This commit is contained in:
Ikko Ashimine
2022-06-22 04:12:57 +09:00
committed by GitHub
parent c189bd15de
commit 4285ad916d
+1 -1
View File
@@ -680,7 +680,7 @@ where
/// Calculates the fee from the passed `weight` according to the `polynomial`.
///
/// This should not be overriden in most circumstances. Calculation is done in the
/// This should not be overridden in most circumstances. Calculation is done in the
/// `Balance` type and never overflows. All evaluation is saturating.
fn weight_to_fee(weight: &Weight) -> Self::Balance {
Self::polynomial()