From 5359ac880f830bed04fdd4d804b91bc5171cbc3d Mon Sep 17 00:00:00 2001 From: "A.L." Date: Mon, 8 Jul 2024 21:38:45 +0200 Subject: [PATCH] fix: rename section from internal functions to private functions --- src/ReservoirPriceOracle.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {