chore: spellchecker fixes (#1130)

This commit is contained in:
Chevdor
2021-09-10 10:17:14 +02:00
committed by Bastian Köcher
parent b9bd14562b
commit 3295b0c388
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ impl Size for PreComputedSize {
pub enum TransactionEra<BlockNumber, BlockHash> {
/// Transaction is immortal.
Immortal,
/// Transaction is valid for given number of blocks, starting from given block.
/// Transaction is valid for a given number of blocks, starting from given block.
Mortal(BlockNumber, BlockHash, u32),
}