]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix some grammar errors in bloom.sgml
authorAlexander Korotkov <akorotkov@postgresql.org>
Sun, 21 Oct 2018 21:23:26 +0000 (00:23 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Sun, 21 Oct 2018 21:29:12 +0000 (00:29 +0300)
Discussion: https://postgr.es/m/CAEepm%3D3sijpGr8tXdyz-7EJJZfhQHABPKEQ29gpnb7-XSy%2B%3D5A%40mail.gmail.com
Reported-by: Thomas Munro
Backpatch-through: 9.6

doc/src/sgml/bloom.sgml

index 2eb7a4fd40d26e0ddde625f22f25d89ca7d1c5c9..87d0ad7efb8e9fce1d6478ec6c4c29dd18d5bc86 100644 (file)
@@ -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>