Fixed Typo assigned to Bug #14889

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67110 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mark Kronsbein 2002-01-06 17:50:23 +00:00
parent 87cc21f917
commit 8fffc64e19

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.70 $ -->
<!-- $Revision: 1.71 $ -->
<chapter id="language.types">
<title>Types</title>
@ -815,7 +815,7 @@ echo "He drunk some ${beer}s"; // works
</programlisting>
</informalexample>
<simpara>
Similary, you can also have an array index or an object
Similarly, you can also have an array index or an object
property parsed. With array indices, the closing square bracket
(<literal>]</literal>) marks the end of the index. For
object properties the same rules apply as to simple variables,