1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

Fix typo: lexemes misspelled in full text search docs.

Dan Scott

Backpatch original commit 4bc0d2e2cf
to 9.1
This commit is contained in:
Kevin Grittner
2012-09-12 07:41:55 -05:00
parent bd371ea5c0
commit df4234d7a9

View 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>