Skip to content

Commit

Permalink
[R4R]-fix: N-06 Typographical Errors (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Wang <ivan.wang@mantle.xyz>
  • Loading branch information
asdv23 and Ivan Wang committed Mar 6, 2024
1 parent c923b01 commit ca705b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/contracts/L1/OptimismPortal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract OptimismPortal is Initializable, ResourceMetering, Semver {
* @notice Represents a proven withdrawal.
*
* @custom:field outputRoot Root of the L2 output this was proven against.
* @custom:field timestamp Timestamp at whcih the withdrawal was proven.
* @custom:field timestamp Timestamp at which the withdrawal was proven.
* @custom:field l2OutputIndex Index of the output this was proven against.
*/
struct ProvenWithdrawal {
Expand Down Expand Up @@ -70,7 +70,7 @@ contract OptimismPortal is Initializable, ResourceMetering, Semver {

/**
* @notice Address of the L2 account which initiated a withdrawal in this transaction. If the
* of this variable is the default L2 sender address, then we are NOT inside of a call
* value of this variable is the default L2 sender address, then we are NOT inside of a call
* to finalizeWithdrawalTransaction.
*/
address public l2Sender;
Expand Down

0 comments on commit ca705b2

Please sign in to comment.