diff options
author | Alexander Korotkov | 2018-10-21 21:23:26 +0000 |
---|---|---|
committer | Alexander Korotkov | 2018-10-21 21:29:12 +0000 |
commit | 6889428769255253cbbaaf1113474382b59a2f1c (patch) | |
tree | 0fd6eb091ef5393f1bf449985569bed80fc049e4 /doc/src | |
parent | 42a93da25a5ce8e3937eabbf12f2be6837ab7e82 (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.sgml | 5 |
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> |