diff --git a/reference/strings/functions/strnatcasecmp.xml b/reference/strings/functions/strnatcasecmp.xml index b00c447b9d..dd11e9df26 100644 --- a/reference/strings/functions/strnatcasecmp.xml +++ b/reference/strings/functions/strnatcasecmp.xml @@ -1,5 +1,5 @@ - + @@ -28,7 +28,7 @@ Similar to other string comparison functions, this one returns < 0 if str1 is less than - str2; > 0 if + str2 > 0 if str1 is greater than str2, and 0 if they are equal.