diff --git a/src/ReservoirPriceOracle.sol b/src/ReservoirPriceOracle.sol index a110f04..f02a2c0 100644 --- a/src/ReservoirPriceOracle.sol +++ b/src/ReservoirPriceOracle.sol @@ -185,7 +185,7 @@ contract ReservoirPriceOracle is IPriceOracle, IReservoirPriceOracle, Owned(msg. } /////////////////////////////////////////////////////////////////////////////////////////////// - // INTERNAL FUNCTIONS // + // PRIVATE FUNCTIONS // /////////////////////////////////////////////////////////////////////////////////////////////// function _validatePair(ReservoirPair aPair) private pure {