From 8a93fb0a852d6962b9e51bee22c2d7ff8f2b9e0b Mon Sep 17 00:00:00 2001 From: Kevin Grittner Date: Wed, 12 Sep 2012 07:39:07 -0500 Subject: [PATCH] Fix typo: lexemes misspelled in full text search docs. Dan Scott Backpatch original commit 4bc0d2e2cfa8ac523524dccf6f849989c6739083 to 9.1 --- doc/src/sgml/textsearch.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0