Skip to content

Commit

Permalink
Fix IUniswapV3PoolState.sol doc string
Browse files Browse the repository at this point in the history
The previous docstring seemed to be an incomplete sentence
  • Loading branch information
flanagansteve authored Nov 4, 2024
1 parent d8b1c63 commit 16b9b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/pool/IUniswapV3PoolState.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface IUniswapV3PoolState {
/// boundary.
/// observationIndex The index of the last oracle observation that was written,
/// observationCardinality The current maximum number of observations stored in the pool,
/// observationCardinalityNext The next maximum number of observations, to be updated when the observation.
/// observationCardinalityNext The next maximum number of observations, updated when the current maximum is reached.
/// feeProtocol The protocol fee for both tokens of the pool.
/// Encoded as two 4 bit values, where the protocol fee of token1 is shifted 4 bits and the protocol fee of token0
/// is the lower 4 bits. Used as the denominator of a fraction of the swap fee, e.g. 4 means 1/4th of the swap fee.
Expand Down

0 comments on commit 16b9b84

Please sign in to comment.