diff --git a/src/abaci.sol b/src/abaci.sol index 6cbd6662..a740e95b 100644 --- a/src/abaci.sol +++ b/src/abaci.sol @@ -176,7 +176,7 @@ contract StairstepExponentialDecrease is Abacus { } // While an equivalent function can be obtained by setting step = 1 in StairstepExponentialDecrease, -// this continous (i.e. per-second) exponential decrease has be implemented as it is more gas-efficient +// this continuous (i.e. per-second) exponential decrease has been implemented as it is more gas-efficient // than using the stairstep version with step = 1 (primarily due to 1 fewer SLOAD per price calculation). contract ExponentialDecrease is Abacus {