minor fixes

This commit is contained in:
Ilya Kantor 2021-06-26 21:02:48 +03:00
parent 6dda47fbd7
commit e8d7f3784a

View file

@ -303,7 +303,7 @@ The alternative value `end` would mean that the change should be applied not in
So the process for `steps(9, end)` would go like this:
- `0s` -- `0`
- `0s` -- `0` (during the first second nothing changes)
- `1s` -- `-10%` (first change at the end of the 1st second)
- `2s` -- `-20%`
- ...