From 5b76a0d65ff5316af8b2428f667c2305ef695d95 Mon Sep 17 00:00:00 2001 From: wildmolasses Date: Wed, 10 Apr 2024 11:49:22 -0400 Subject: [PATCH] doc fix --- src/V3FactoryOwner.sol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/V3FactoryOwner.sol b/src/V3FactoryOwner.sol index e0a2794..05c84a2 100644 --- a/src/V3FactoryOwner.sol +++ b/src/V3FactoryOwner.sol @@ -173,10 +173,10 @@ contract V3FactoryOwner { /// is expected to be subject to the governance process, including a timelocked execution, and so /// it's unlikely that a caller would be surprised by a change in this value. Still, callers /// should be aware of the edge case where: - /// - 0. The caller grants a higher-than-necessary payout token approval to this factory. - /// - 1. caller's claimFee transaction is in the mempool. - /// - 2. the payoutAmount is changed. - /// - 3. the claimFee transaction is now included in a block. + /// 1. The caller grants a higher-than-necessary payout token approval to this factory. + /// 2. caller's claimFee transaction is in the mempool. + /// 3. the payoutAmount is changed. + /// 4. the claimFee transaction is now included in a block. /// @param _pool The Uniswap v3 pool contract from which protocol fees are being collected. /// @param _recipient The address to which collected protocol fees will be transferred. /// @param _amount0Requested The amount0Requested param to forward to the pool's collectProtocol