diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2018-10-22 00:23:26 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2018-10-22 00:28:56 +0300 |
commit | 31ff51adc855e3ffe8e3c20e479b8d1a4508feb8 (patch) | |
tree | f52001b28e8e547f94fe7e0184fcbff2bab1219d | |
parent | c468bd5c087051e2edc573118a42d73a8ae3c3a4 (diff) | |
download | postgresql-31ff51adc855e3ffe8e3c20e479b8d1a4508feb8.tar.gz postgresql-31ff51adc855e3ffe8e3c20e479b8d1a4508feb8.zip |
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
-rw-r--r-- | doc/src/sgml/bloom.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/bloom.sgml b/doc/src/sgml/bloom.sgml index 8e535698df7..6eeaddee093 100644 --- a/doc/src/sgml/bloom.sgml +++ b/doc/src/sgml/bloom.sgml @@ -51,9 +51,9 @@ <term><literal>length</literal></term> <listitem> <para> - Length of each signature (index entry) in bits, it is rounded up to the + Length of each signature (index entry) in bits. It is rounded up to the nearest multiple of <literal>16</literal>. The default is - <literal>80</literal> bits and maximum is <literal>4096</literal>. + <literal>80</literal> bits and the maximum is <literal>4096</literal>. </para> </listitem> </varlistentry> |