projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1d021e
)
Fix typo: lexemes misspelled in full text search docs.
author
Kevin Grittner
<kgrittn@postgresql.org>
Wed, 12 Sep 2012 00:46:17 +0000
(19:46 -0500)
committer
Kevin Grittner
<kgrittn@postgresql.org>
Wed, 12 Sep 2012 00:46:17 +0000
(19:46 -0500)
Dan Scott
doc/src/sgml/textsearch.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/textsearch.sgml
b/doc/src/sgml/textsearch.sgml
index 978aa545cf194071a27c8030409699457eee0379..53051982e2fc648874e7d3f64624e79d2b00299f 100644
(file)
--- 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 lexem
e
s.
</para>
</listitem>
</varlistentry>