From 3ac82682c4f7fe826787b3e09f6ee1f85872138a Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Sun, 19 Jan 2003 04:43:55 +0000 Subject: [PATCH] Reverting to mixed, and corecting see also git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112638 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/max.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/math/functions/max.xml b/reference/math/functions/max.xml index 941f1ced18..9df92c131e 100644 --- a/reference/math/functions/max.xml +++ b/reference/math/functions/max.xml @@ -1,5 +1,5 @@ - + @@ -10,9 +10,9 @@ Description numbermax - numberarg1 - numberarg2 - numberargn + mixedarg1 + mixedarg2 + mixedargn max returns the numerically highest of the @@ -32,7 +32,7 @@ an integer is returned. - See also max. + See also min.