Fix typo in limits.rs (#11894)

alway -> always
This commit is contained in:
Ikko Ashimine
2022-07-25 05:42:49 +09:00
committed by GitHub
parent 5cbf7ab224
commit b4017a4509
+1 -1
View File
@@ -369,7 +369,7 @@ impl BlockWeightsBuilder {
///
/// This is to make sure that extrinsics don't stay forever in the pool,
/// because they could seamingly fit the block (since they are below `max_block`),
/// but the cost of calling `on_initialize` alway prevents them from being included.
/// but the cost of calling `on_initialize` always prevents them from being included.
pub fn avg_block_initialization(mut self, init_cost: Perbill) -> Self {
self.init_cost = Some(init_cost);
self