summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2018-10-22 00:23:26 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2018-10-22 00:27:45 +0300
commit28ddee2b02127a03a983a6c76a10dedb4d6c48d5 (patch)
tree535797655747855e8ba58c1a760e6676231927ec /doc/src
parentf4b67efdcbc7b9f72fddd2fc0fddc2f51eebf357 (diff)
Fix some grammar errors in bloom.sgml
Discussion: https://postgr.es/m/CAEepm%3D3sijpGr8tXdyz-7EJJZfhQHABPKEQ29gpnb7-XSy%2B%3D5A%40mail.gmail.com Reported-by: Thomas Munro Backpatch-through: 9.6
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/bloom.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/bloom.sgml b/doc/src/sgml/bloom.sgml
index 2eb7a4fd40d..87d0ad7efb8 100644
--- a/doc/src/sgml/bloom.sgml
+++ b/doc/src/sgml/bloom.sgml
@@ -51,8 +51,9 @@
<term><literal>length</></term>
<listitem>
<para>
- Length of each signature (index entry) in bits, it is rounded up to the nearest
- multiple of <literal>16</>. The default is <literal>80</> bits and maximum is <literal>4096</literal>.
+ Length of each signature (index entry) in bits. It is rounded up to the
+ nearest multiple of <literal>16</>. The default is <literal>80</> bits
+ and the maximum is <literal>4096</>.
</para>
</listitem>
</varlistentry>