tony2001 Mon Feb 26 07:56:11 2007 UTC
Modified files:
/phpdoc/en/reference/strings/functions strnatcasecmp.xml
Log:
remove bogus semicolon
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strnatcasecmp.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/strings/functions/strnatcasecmp.xml
diff -u phpdoc/en/reference/strings/functions/strnatcasecmp.xml:1.5
phpdoc/en/reference/strings/functions/strnatcasecmp.xml:1.6
--- phpdoc/en/reference/strings/functions/strnatcasecmp.xml:1.5 Fri Aug 11
17:15:27 2006
+++ phpdoc/en/reference/strings/functions/strnatcasecmp.xml Mon Feb 26
07:56:11 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.38 -->
<refentry id="function.strnatcasecmp">
<refnamediv>
@@ -28,7 +28,7 @@
<simpara>
Similar to other string comparison functions, this one returns
< 0 if <parameter>str1</parameter> is less than
- <parameter>str2</parameter>; > 0 if
+ <parameter>str2</parameter> > 0 if
<parameter>str1</parameter> is greater than
<parameter>str2</parameter>, and 0 if they are equal.
</simpara>