Skip to content

Commit d53ce3f

Browse files
committed
fix typo
1 parent f04d4cb commit d53ce3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/mock/ConversionRatesEnhancedOpen.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contract ConversionRateEnhancedOpen is ConversionRateEnhancedSteps {
1616
ConversionRateEnhancedSteps(_admin)
1717
{ } // solhint-disable-line no-empty-blocks
1818

19-
///@dev enables calling get rate and watching extra BPS from step functio.
19+
///@dev enables calling get rate and watching extra BPS from step function.
2020
///@dev doesn't check: token listed, valid rate duration.
2121
/// this logic isn't required since only used to show getRate internal values. extra logic isn't
2222
///@dev rateWithSteps value should be equal to rate value from getRate call

0 commit comments

Comments
 (0)