mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Fixed some typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41497 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
aa99044925
commit
3068d4ace1
1 changed files with 3 additions and 3 deletions
|
@ -1302,13 +1302,13 @@ cpdf_restore($pdf)
|
|||
<function>cpdf_newpath</function>
|
||||
</funcdef>
|
||||
<paramdef>int
|
||||
<parameter>pdf_document</parameter>
|
||||
<parameter>pdf document</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_newpath</function> starts a new path on the
|
||||
document given by the <parameter>pdf_document</parameter>
|
||||
document given by the <parameter>pdf document</parameter>
|
||||
parameter.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -1660,7 +1660,7 @@ cpdf_restore($pdf)
|
|||
<para>
|
||||
The <function>cpdf_closepath_stroke</function> function is a
|
||||
combination of <function>cpdf_closepath</function> and
|
||||
<function>cpdf_stroke</function>. Than clears the path.
|
||||
<function>cpdf_stroke</function>. Then clears the path.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>cpdf_closepath</function>,
|
||||
|
|
Loading…
Reference in a new issue