Skip to content

Commit 1481f52

Browse files
committed
fix: typo
1 parent 795f854 commit 1481f52

File tree

1 file changed

+1
-1
lines changed
  • batcher/aligned-sdk/src/aggregation_layer

1 file changed

+1
-1
lines changed

batcher/aligned-sdk/src/aggregation_layer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum ProofStatus {
2525
NotFound,
2626
}
2727

28-
/// Given the [`AggregationModeVerificationData`], this function checks whether the proof was included in a
28+
/// Given the [`AggregationModeVerificationData`], this function checks whether the proof was included
2929
/// in a recent aggregated proof and verifies the corresponding Merkle root commitment.
3030
///
3131
/// ### Notes

0 commit comments

Comments
 (0)