diff --git a/packages/protocol/contracts/stability/SortedOracles.sol b/packages/protocol/contracts/stability/SortedOracles.sol index bdb0fa6ecc3..eace97f9d04 100644 --- a/packages/protocol/contracts/stability/SortedOracles.sol +++ b/packages/protocol/contracts/stability/SortedOracles.sol @@ -63,7 +63,7 @@ contract SortedOracles is ISortedOracles, ICeloVersionedContract, Ownable, Initi IBreakerBox public breakerBox; // Maps a token address to its equivalent token address. // For example, maps the USDC token address to the cUSD token address. - // Original token will return the median value as equivalent token. + // Original token will return the median value same as the value of equivalent token. mapping(address => address) public equivalentTokens; event OracleAdded(address indexed token, address indexed oracleAddress);