]> granicus.if.org Git - postgresql/commitdiff
Fix typo: lexemes misspelled in full text search docs.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 12 Sep 2012 12:39:07 +0000 (07:39 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 12 Sep 2012 12:39:07 +0000 (07:39 -0500)
Dan Scott

Backpatch original commit 4bc0d2e2cfa8ac523524dccf6f849989c6739083
to 9.1

doc/src/sgml/textsearch.sgml

index 978aa545cf194071a27c8030409699457eee0379..53051982e2fc648874e7d3f64624e79d2b00299f 100644 (file)
@@ -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>