Skip to content

Commit

Permalink
chore: fix typo (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
chefburger authored Oct 22, 2024
1 parent 7801c78 commit db82e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pool-cl/interfaces/ICLHooks.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ interface ICLHooks is IHooks {
/// @param sender The initial msg.sender for the remove liquidity call
/// @param key The key for the pool
/// @param params The parameters for removing liquidity
/// @param delta The caller's balance delta after remvoing liquidity; the sum of principal delta, fees accrued, and hook delta
/// @param delta The caller's balance delta after removing liquidity; the sum of principal delta, fees accrued, and hook delta
/// @param feesAccrued The fees accrued since the last time fees were collected from this position
/// @param hookData Arbitrary data handed into the PoolManager by the liquidty provider to be be passed on to the hook
/// @return bytes4 The function selector for the hook
Expand Down

0 comments on commit db82e88

Please sign in to comment.