diff options
| author | Amit Kapila <akapila@postgresql.org> | 2020-02-10 08:51:42 +0530 |
|---|---|---|
| committer | Amit Kapila <akapila@postgresql.org> | 2020-02-10 08:51:42 +0530 |
| commit | c91ecccf52d4f2e1acdc9ba62531bcae0d716abe (patch) | |
| tree | c42ce65c33e411ef7faf82dbd9bf7421a3b20886 | |
| parent | 7bb710d8505629725a830a13eeeedd521b1bbebb (diff) | |
doc: Spell checking
Reported-by: Justin Pryzby
Author: Justin Pryzby
Backpatch-through: 9.6
Discussion: https://postgr.es/m/20200206021432.GA24549@telsasoft.com
| -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 6eeaddee093..fa59d0a5da4 100644 --- a/doc/src/sgml/bloom.sgml +++ b/doc/src/sgml/bloom.sgml @@ -65,8 +65,8 @@ <para> Number of bits generated for each index column. Each parameter's name refers to the number of the index column that it controls. The default - is <literal>2</literal> bits and maximum is <literal>4095</literal>. Parameters for - index columns not actually used are ignored. + is <literal>2</literal> bits and the maximum is <literal>4095</literal>. + Parameters for index columns not actually used are ignored. </para> </listitem> </varlistentry> |
