Fixed function -> functions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340765 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pieter Hordijk 2016-10-28 15:32:08 +00:00
parent b27ed033d3
commit 0ad6aa08fb

View file

@ -138,7 +138,7 @@ function my_function() {
<title>Variable scoping</title>
<para>
Because of PHP's <link linkend="language.variables.scope">scoping rules</link>
variables defined inside function or methods are not in the global scope
variables defined inside functions and methods are not in the global scope
and as such cannot conflict with other variables defined in the global scope.
</para>
</note>