Cleaned up the language in references.xml a little.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38084 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sebastian Bergmann 2000-12-20 07:21:09 +00:00
parent 6cc9f245bb
commit 73377c7f9d

View file

@ -186,7 +186,7 @@ These requirements are for PHP 4.0.4 and later.
<sect1 id="language.references.return">
<title>Returning References</title>
<para>
Returning by-reference it is useful when you want to use a function
Returning by-reference is useful when you want to use a function
to find which variable a reference should be bound to. When
returning references, use this syntax:
<informalexample>