Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/L2/StablePriceOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract StablePriceOracle is IPriceOracle {

/// @notice Price Oracle constructor which sets the immutably stored prices.
///
/// @param _rentPrices An array of prices orderd in increasing length.
/// @param _rentPrices An array of prices ordered in increasing length.
constructor(uint256[] memory _rentPrices) {
price1Letter = _rentPrices[0];
price2Letter = _rentPrices[1];
Expand Down