two typo fixes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302165 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mark Wiesemann 2010-08-12 19:31:03 +00:00
parent ec4e0c9780
commit 34464ad8dd

View file

@ -322,7 +322,7 @@ EOD
</example>
<para>
As of PHP 5.3.0, its possible to initialize static variables and class
As of PHP 5.3.0, it's possible to initialize static variables and class
properties/constants using the Heredoc syntax:
</para>
@ -356,7 +356,7 @@ FOOBAR;
</example>
<para>
PHP 5.3.0 also introduces the possibility for Heredoc's to
PHP 5.3.0 also introduces the possibility for Heredocs to
use double quotes in declarings:
</para>