From 3afb53b8ce416b5dfc6bf62c0cb55598988da397 Mon Sep 17 00:00:00 2001 From: Victor Kukshiev Date: Wed, 11 Mar 2020 18:20:22 +0300 Subject: [PATCH] fix typo in calc command documentation (#1477) minimumum -> minimum --- docs/commands/calc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/calc.md b/docs/commands/calc.md index d080fa8cab..365bc409f9 100644 --- a/docs/commands/calc.md +++ b/docs/commands/calc.md @@ -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