Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit b49d8ee

Browse files
authored
Fix typo in weights.rs (#11724)
overriden -> overridden
1 parent aacc3e9 commit b49d8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/support/src/weights.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ where
680680

681681
/// Calculates the fee from the passed `weight` according to the `polynomial`.
682682
///
683-
/// This should not be overriden in most circumstances. Calculation is done in the
683+
/// This should not be overridden in most circumstances. Calculation is done in the
684684
/// `Balance` type and never overflows. All evaluation is saturating.
685685
fn weight_to_fee(weight: &Weight) -> Self::Balance {
686686
Self::polynomial()

0 commit comments

Comments
 (0)