aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-03-28 14:13:14 +0200
committerEike Ziller <eike.ziller@qt.io>2018-03-29 10:51:45 +0000
commitb8eea8f9f8922f883ad9e5a54c6d35183138ccc1 (patch)
treec5fd9f3b017cfaa15ed8c66235d32c99bb820741 /doc
parentaa2ea72679fad9fe570f8bcee8ad32273e7489aa (diff)
Locator/JavaScript: Fix min/max with more than 2 arguments
Pass a variable amount of arguments along Task-number: QTCREATORBUG-20167 Change-Id: I3643aca8c18cba14beb8d625b62f45aa4b39d2a4 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/editors/creator-editors.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index 658a4d686e..603752dba8 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -3112,11 +3112,11 @@
\li log(x)
\li Returns the natural logarithm (base E) of x
\row
- \li max(x, y)
- \li Returns the higher value of x and y
+ \li max([value1[, value2[, ...]]])
+ \li Returns the highest value of the given numbers
\row
- \li min(x, y)
- \li Returns the lower value of x and y
+ \li min([value1[, value2[, ...]]])
+ \li Returns the lowest value of the given numbers
\row
\li oct(x)
\li Returns the octal representation of x