fix typos in ledge code comments (#23068)

This commit is contained in:
HaoranYi
2022-02-10 21:43:44 -06:00
committed by GitHub
parent 59e64d5e99
commit e4a1799334
4 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ pub enum BlockError {
InvalidLastTick,
/// Blocks can not have missing ticks
/// Usually indicates that the node was interruppted with a more valuable block during
/// Usually indicates that the node was interrupted with a more valuable block during
/// production and abandoned it for that more-favorable block. Leader sent data to indicate
/// the end of the block.
#[error("too few ticks")]