mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
87cc21f917
commit
8fffc64e19
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue