Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Aug 19, 2024
1 parent d0a4401 commit ade586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-contracts/contracts/bridge/L2AssetRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ contract L2AssetRouter is IL2AssetRouter, Initializable {

/// @notice Initiates a withdrawal by burning funds on the contract and sending the message to L1
/// where tokens would be unlocked
/// @dev A compatibilty method to support legacy functionality for the SDK.
/// @dev A compatibility method to support legacy functionality for the SDK.
/// @param _l1Receiver The account address that should receive funds on L1
/// @param _l2Token The L2 token address which is withdrawn
/// @param _amount The total amount of tokens to be withdrawn
Expand Down

0 comments on commit ade586e

Please sign in to comment.