diff --git a/src/lens/StateView.sol b/src/lens/StateView.sol index 5f4f4919..abee97bd 100644 --- a/src/lens/StateView.sol +++ b/src/lens/StateView.sol @@ -102,7 +102,7 @@ contract StateView is ImmutableState { } /** - * @notice Retrieves the total the liquidity of a pool. + * @notice Retrieves the total liquidity of a pool. * @dev Corresponds to pools[poolId].liquidity * @param poolId The ID of the pool. * @return liquidity The liquidity of the pool.