]> granicus.if.org Git - postgresql/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:03 +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 8e535698df769e54403726f83cda9f078f8716f7..6eeaddee093122f2f3d42b99664d017a5565a04c 100644 (file)
@@ -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>