Skip to content

Commit

Permalink
fix: rename section from internal functions to private functions
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jul 8, 2024
1 parent 03db2f4 commit 5359ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReservoirPriceOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ contract ReservoirPriceOracle is IPriceOracle, IReservoirPriceOracle, Owned(msg.
}

///////////////////////////////////////////////////////////////////////////////////////////////
// INTERNAL FUNCTIONS //
// PRIVATE FUNCTIONS //
///////////////////////////////////////////////////////////////////////////////////////////////

function _validatePair(ReservoirPair aPair) private pure {
Expand Down

0 comments on commit 5359ac8

Please sign in to comment.