mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 14:00:01 -04:00
Fix typo: lexemes misspelled in full text search docs.
Dan Scott
Backpatch original commit 4bc0d2e2cf
to 9.1
This commit is contained in:
parent
31f1b2090f
commit
8a93fb0a85
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue