mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208730 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
16d231fa3b
commit
d0e3568de3
2 changed files with 10 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
|
||||
<refentry id="function.ps-hyphenate">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Hyphenates the passed word. <function>ps_hyphenate</function> evaluates the
|
||||
value hyphenminchars set by (<function>ps_set_value</function>) and
|
||||
value hyphenminchars (set by <function>ps_set_value</function>) and
|
||||
the parameter hyphendict (set by <function>ps_set_parameter</function>).
|
||||
hyphendict must be set before calling this function.
|
||||
</para>
|
||||
|
@ -84,9 +84,12 @@ ps_delete($psdoc);
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
This example should output <literal>Ko-ordi-na-ten-sys-tem</literal>.
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Ko-ordi-na-ten-sys-tem
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
|
||||
<refentry id="function.ps-moveto">
|
||||
<refnamediv>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<term><parameter>x</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
x-coordinate of the point ot move to.
|
||||
x-coordinate of the point to move to.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue