From d0e3568de31f4f5a14bcdc51cd3f9a579129a123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Mon, 6 Mar 2006 03:48:07 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208730 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ps/functions/ps-hyphenate.xml | 13 ++++++++----- reference/ps/functions/ps-moveto.xml | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/reference/ps/functions/ps-hyphenate.xml b/reference/ps/functions/ps-hyphenate.xml index 0d345ae823..a3bafbf9e7 100644 --- a/reference/ps/functions/ps-hyphenate.xml +++ b/reference/ps/functions/ps-hyphenate.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ Hyphenates the passed word. ps_hyphenate evaluates the - value hyphenminchars set by (ps_set_value) and + value hyphenminchars (set by ps_set_value) and the parameter hyphendict (set by ps_set_parameter). hyphendict must be set before calling this function. @@ -84,9 +84,12 @@ ps_delete($psdoc); ?> ]]> - - This example should output Ko-ordi-na-ten-sys-tem. - + &example.outputs; + + + diff --git a/reference/ps/functions/ps-moveto.xml b/reference/ps/functions/ps-moveto.xml index a23fb8aab6..59391f80b8 100644 --- a/reference/ps/functions/ps-moveto.xml +++ b/reference/ps/functions/ps-moveto.xml @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ x - x-coordinate of the point ot move to. + x-coordinate of the point to move to.