diff options
author | Kevin Grittner | 2012-09-12 12:41:55 +0000 |
---|---|---|
committer | Kevin Grittner | 2012-09-12 12:41:55 +0000 |
commit | df4234d7a9a522073712138da422836e5a637671 (patch) | |
tree | e644b3b220f461c503e7aa814f2c2831bdf78b25 | |
parent | bd371ea5c0a119ce6959099a41a95844b33e2beb (diff) |
Fix typo: lexemes misspelled in full text search docs.
Dan Scott
Backpatch original commit 4bc0d2e2cfa8ac523524dccf6f849989c6739083
to 9.1
-rw-r--r-- | doc/src/sgml/textsearch.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 8cb66248218..a92ed0ea4ef 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -867,7 +867,7 @@ ts_rank(<optional> <replaceable class="PARAMETER">weights</replaceable> <type>fl <listitem> <para> - Ranks vectors based on the frequency of their matching lexems. + Ranks vectors based on the frequency of their matching lexemes. </para> </listitem> </varlistentry> |