diff options
author | Kevin Grittner <kgrittn@postgresql.org> | 2012-09-11 19:46:17 -0500 |
---|---|---|
committer | Kevin Grittner <kgrittn@postgresql.org> | 2012-09-11 19:46:17 -0500 |
commit | 4bc0d2e2cfa8ac523524dccf6f849989c6739083 (patch) | |
tree | 7aaa5a8b4095a3bbc070818f0040121102aa6bf2 /doc/src | |
parent | a1d021e5d2f58170c7900c8766c4633e5f2328ee (diff) | |
download | postgresql-4bc0d2e2cfa8ac523524dccf6f849989c6739083.tar.gz postgresql-4bc0d2e2cfa8ac523524dccf6f849989c6739083.zip |
Fix typo: lexemes misspelled in full text search docs.
Dan Scott
Diffstat (limited to 'doc/src')
-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 978aa545cf1..53051982e2f 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> |