Fixing mistakes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295470 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-02-24 13:16:50 +00:00
parent c098e9a7d2
commit f5cf87b6e6
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ $obj = new SubClass();
<function>__construct</function> which was used for different semantics.
</para>
<para>
Unlike with other metods, PHP will not generate an
Unlike with other methods, PHP will not generate an
<constant>E_STRICT</constant> level error message when
<function>__construct</function> is overridden with different parameters
than the parent <function>__construct</function> method has.

View file

@ -39,7 +39,7 @@
<term><parameter>is_prefix</parameter></term>
<listitem>
<para>
If <parameter>ns_prefix</parameter> is &true;,
If <parameter>is_prefix</parameter> is &true;,
<parameter>ns</parameter> will be regarded as a namespace
<acronym>URL</acronym>. If &false;, <parameter>ns</parameter> will be
regarded as a prefix.