We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8929a28 commit e1cfc62Copy full SHA for e1cfc62
packages/token-distribution/contracts/tests/L2TokenGatewayMock.sol
@@ -49,7 +49,7 @@ contract L2TokenGatewayMock is Ownable {
49
* would send to L1.
50
* @param _l1Token L1 Address of the GRT contract (needed for compatibility with Arbitrum Gateway Router)
51
* @param _to Recipient address on L2
52
- * @param _amount Amount of tokens to tranfer
+ * @param _amount Amount of tokens to transfer
53
* @param _data Encoded maxSubmissionCost and sender address along with additional calldata
54
* @return ID of the L2-L1 message (incrementing on every call)
55
*/
0 commit comments