From 88b82f249bfb60e56ed5f6c90736a79cbdaa7328 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 26 Feb 2007 07:56:11 +0000 Subject: [PATCH] remove bogus semicolon git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230812 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strnatcasecmp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.