From 46b037810e6fce4a68fed78035cdd2cfa7e53d47 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Mon, 21 Aug 2023 13:18:55 +0200 Subject: [PATCH] Fix typo in min() and max() docs --- reference/math/functions/max.xml | 2 +- reference/math/functions/min.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/math/functions/max.xml b/reference/math/functions/max.xml index 3be496826a42..be350a5be0b1 100644 --- a/reference/math/functions/max.xml +++ b/reference/math/functions/max.xml @@ -109,7 +109,7 @@ 8.0.0 As - string to number comparisons where changed, + string to number comparisons were changed, max no longer returns a different value based on the argument order in those cases. diff --git a/reference/math/functions/min.xml b/reference/math/functions/min.xml index 9e54b37bdc69..b2c03c6ac166 100644 --- a/reference/math/functions/min.xml +++ b/reference/math/functions/min.xml @@ -109,7 +109,7 @@ 8.0.0 As - string to number comparisons where changed, + string to number comparisons were changed, min no longer returns a different value based on the argument order in those cases.