Skip to content

Commit bc6df5e

Browse files
committed
chore: fix comment on outbound bridge router contract
1 parent 8ce0d72 commit bc6df5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/arb-bridge-peripherals/contracts/tokenbridge/arbitrum/gateway/L2GatewayRouter.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import "../L2ArbitrumMessenger.sol";
2424
import "arb-bridge-eth/contracts/libraries/AddressAliasHelper.sol";
2525

2626
/**
27-
* @title Handles withdrawals from Ethereum into Arbitrum. Tokens are routered to their appropriate L2 gateway (Router itself also conforms to the Gateway interface).
27+
* @title Handles withdrawals from Arbitrum into Ethereum. Tokens are routered to their appropriate L2 gateway (Router itself also conforms to the Gateway interface).
2828
* @notice Router also serves as an L2-L1 token address oracle.
2929
*/
3030
contract L2GatewayRouter is GatewayRouter, L2ArbitrumMessenger {

0 commit comments

Comments
 (0)