fix typo in calc command documentation (#1477)

minimumum -> minimum
This commit is contained in:
Victor Kukshiev
2020-03-11 18:20:22 +03:00
committed by GitHub
parent b40d16310c
commit 3afb53b8ce

View File

@ -15,7 +15,7 @@ functions :
* sinh, cosh, tanh, asinh, acosh, atanh
* floor, ceil, round
* signum
* max(x, ...), min(x, ...): maximum and minimumum of 1 or more numbers
* max(x, ...), min(x, ...): maximum and minimum of 1 or more numbers
constants:
* pi