Skip to content

Commit

Permalink
fix mod.rs (#3283)
Browse files Browse the repository at this point in the history
deleted`
[`ValidatedBlock`]` - [`ValidatedBlock`]

Signed-off-by: comfsrt <[email protected]>
  • Loading branch information
comfsrt authored Feb 9, 2025
1 parent 0094939 commit 62c3b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-chain/src/certificate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use serde::{Deserialize, Serialize};

use crate::types::{ConfirmedBlock, Timeout, ValidatedBlock};

/// Certificate for a [`ValidatedBlock`]` instance.
/// Certificate for a [`ValidatedBlock`] instance.
/// A validated block certificate means the block is valid (but not necessarily finalized yet).
/// Since only one block per round is validated,
/// there can be at most one such certificate in every round.
Expand Down

0 comments on commit 62c3b0c

Please sign in to comment.