From: Kevin Grittner Date: Wed, 12 Sep 2012 12:41:55 +0000 (-0500) Subject: Fix typo: lexemes misspelled in full text search docs. X-Git-Tag: REL9_1_6~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df4234d7a9a522073712138da422836e5a637671;p=postgresql Fix typo: lexemes misspelled in full text search docs. Dan Scott Backpatch original commit 4bc0d2e2cfa8ac523524dccf6f849989c6739083 to 9.1 --- diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 8cb6624821..a92ed0ea4e 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -867,7 +867,7 @@ ts_rank( weights fl - Ranks vectors based on the frequency of their matching lexems. + Ranks vectors based on the frequency of their matching lexemes.