mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30695 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
88a84a2461
commit
c2bda31ea3
1 changed files with 2 additions and 2 deletions
|
@ -1741,7 +1741,7 @@ Array
|
|||
</moldb>
|
||||
</programlisting>
|
||||
</example>
|
||||
And then code to parse the document and generate the appropriate
|
||||
And some code to parse the document and generate the appropriate
|
||||
objects:
|
||||
<example>
|
||||
<title>
|
||||
|
@ -1749,7 +1749,7 @@ Array
|
|||
molecular objects
|
||||
</title>
|
||||
<programlisting role="php">
|
||||
<?
|
||||
<?php
|
||||
|
||||
class AminoAcid {
|
||||
var $name; // aa name
|
||||
|
|
Loading…
Reference in a new issue