Skip to content

Commit

Permalink
chore: remove redundant word in comment (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: guqicun <[email protected]>
  • Loading branch information
guqicun authored Dec 8, 2024
1 parent cee5db1 commit b228508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutputOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ contract OutputOracle is Initializable, ISemver {
return l2Outputs.length == 0 ? 0 : l2Outputs[latestOutputIndex].l2BlockNumber;
}

/// @notice Returns the the latest submitted L2 output proposal.
/// @notice Returns the latest submitted L2 output proposal.
/// @return Latest submitted L2 output proposal.
function latestL2Output() public view returns (Types.OutputProposal memory) {
return l2Outputs[latestOutputIndex];
Expand Down

0 comments on commit b228508

Please sign in to comment.