didou Fri Dec 29 00:45:05 2006 UTC
Modified files:
/phpdoc/en/language types.xml
Log:
Fix #39920: Typo
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.171&r2=1.172&diff_format=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.171 phpdoc/en/language/types.xml:1.172
--- phpdoc/en/language/types.xml:1.171 Sun Dec 3 11:41:37 2006
+++ phpdoc/en/language/types.xml Fri Dec 29 00:45:05 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.171 $ -->
+<!-- $Revision: 1.172 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -2364,8 +2364,9 @@
object as the element with index 0.
</para>
<para>
- Apart common user-defined function, <function>create_function</function>
- can be used to create an anonymous callback function.
+ Apart from common user-defined function,
+ <function>create_function</function> can be used to create an anonymous
+ callback function.
</para>
<para>