From: Kevin Grittner Date: Wed, 12 Sep 2012 12:39:07 +0000 (-0500) Subject: Fix typo: lexemes misspelled in full text search docs. X-Git-Tag: REL9_2_1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a93fb0a852d6962b9e51bee22c2d7ff8f2b9e0b;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 978aa545cf..53051982e2 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.