From 4bc0d2e2cfa8ac523524dccf6f849989c6739083 Mon Sep 17 00:00:00 2001 From: Kevin Grittner <kgrittn@postgresql.org> Date: Tue, 11 Sep 2012 19:46:17 -0500 Subject: [PATCH] Fix typo: lexemes misspelled in full text search docs. Dan Scott --- 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 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> -- GitLab