Minor rewording

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282590 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-06-22 17:21:28 +00:00
parent 53fa53d38f
commit 49f7d296c8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.71 $ -->
<!-- $Revision: 1.72 $ -->
<chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook">
<title>Functions</title>
@ -632,7 +632,7 @@ echo preg_replace_callback('~-([a-z])~', function ($match) {
turns into an object instance of the <classname>Closure</classname>
class. When assigning a closure to a variable, its done by a basic
assignment to a function declaring with an ending semicolon like any
other assignments
other statement.
</para>
<para>
<example>