From 4285ad916d64cdd4e165cfdd5cb6fd9969446bb6 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 22 Jun 2022 04:12:57 +0900 Subject: [PATCH] Fix typo in weights.rs (#11724) overriden -> overridden --- substrate/frame/support/src/weights.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/support/src/weights.rs b/substrate/frame/support/src/weights.rs index a3df199496..24240c7cc4 100644 --- a/substrate/frame/support/src/weights.rs +++ b/substrate/frame/support/src/weights.rs @@ -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()