Skip to content

Commit 1fa696a

Browse files
authored
Update HACKING.md
1 parent a3dc207 commit 1fa696a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/evm/embeds/HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Example from IHooks.sol:
4646
/// @param sender The initial msg.sender for the remove liquidity call
4747
/// @param key The key for the pool
4848
/// @param params The parameters for removing liquidity
49-
/// @param hookData Arbitrary data handed into the PoolManager by the liquidity provider to be be passed on to the hook
49+
/// @param hookData Arbitrary data handed into the PoolManager by the liquidity provider to be passed on to the hook
5050
/// @return bytes4 The function selector for the hook
5151
function beforeRemoveLiquidity(
5252
address sender,

0 commit comments

Comments
 (0)