1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +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:39:07 -05:00
parent 31f1b2090f
commit 8a93fb0a85

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>