git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73158 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Marco Cucinato 2002-03-13 17:23:30 +00:00
parent 24d4bd523d
commit 4b24efdefa

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.163 $ -->
<!-- $Revision: 1.164 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
@ -57,7 +57,7 @@
<para>
<constant>CASE_UPPER</constant> and <constant>CASE_LOWER</constant> are
used with the <function>array_change_key_case</function> function. They
respectively are used for chaning a string to upper case or lower case.
respectively are used for changing a string to upper case or lower case.
</para>
</section>