From 91fae7703d636fff966a89c7ebf79c1d151b7bc4 Mon Sep 17 00:00:00 2001 From: keating Date: Tue, 19 Mar 2024 13:49:02 -0400 Subject: [PATCH] Refine again --- src/V3FactoryOwner.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/V3FactoryOwner.sol b/src/V3FactoryOwner.sol index 4c45290..b6170f9 100644 --- a/src/V3FactoryOwner.sol +++ b/src/V3FactoryOwner.sol @@ -178,8 +178,8 @@ contract V3FactoryOwner { /// @return _amount0 The amount0 fees collected, returned by the pool's collectProtocol method. /// @return _amount1 The amount1 fees collected, returned by the pool's collectProtocol method. /// @dev The `UniswapV3Pool` contract only allows claiming the total amount minus 1 wei for each - /// token. We highly recommend checking the docs for `IUniswapV3PoolOwnerActions` in order to learn - /// more information about forwarded params. + /// token. We highly recommend checking the documentation on `IUniswapV3PoolOwnerActions` in order + /// to learn more about forwarded params. function claimFees( IUniswapV3PoolOwnerActions _pool, address _recipient,