zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #21888
[Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/pjl-misc into lp:zorba.
Commit message:
Fixed documentation typos.
Requested reviews:
Paul J. Lucas (paul-lucas)
For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/163817
Fixed documentation typos.
--
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/163817
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/full-text.xq'
--- modules/com/zorba-xquery/www/modules/full-text.xq 2013-02-07 17:24:36 +0000
+++ modules/com/zorba-xquery/www/modules/full-text.xq 2013-05-14 23:53:25 +0000
@@ -50,7 +50,7 @@
: for a given word,
: the stem of that word will always be the same byte sequence.
: Hence,
- : you sould never compare the result of one of the <code>stem()</code>
+ : you should never compare the result of one of the <code>stem()</code>
: functions against a non-stemmed string,
: for example:
: <pre>
@@ -740,7 +740,7 @@
: @param $relationship The relationship the results are to have to
: <code>$phrase</code>.
: @param $level-least The minimum number of levels within the thesaurus to be
- : travers$ed.
+ : traversed.
: @param $level-most The maximum number of levels within the thesaurus to be
: traversed.
: @return the related phrases if <code>$phrase</code> is found in the
Follow ups