summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Korotkov2020-04-01 12:07:53 +0000
committerAlexander Korotkov2020-04-01 12:07:53 +0000
commit4d276ba94fd9b19457aeb5b6d9af00589fe184a0 (patch)
tree3fd52a9a2954cd8c6072a4461b04ca2c9bc3727f
parent3eabc62312ef9da7885d2d3380986e0592a0ee5d (diff)
Fix typo in contrib/intarray documentation
Reported-by: Erik Rijkers Discussion: https://postgr.es/m/82529ecf9bcc58d5b5cf9f3ffb699881%40xs4all.nl
-rw-r--r--doc/src/sgml/intarray.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/intarray.sgml b/doc/src/sgml/intarray.sgml
index 36155060ba..c4be414567 100644
--- a/doc/src/sgml/intarray.sgml
+++ b/doc/src/sgml/intarray.sgml
@@ -281,7 +281,7 @@
determines the maximum number of ranges in
one index key. The default value of <literal>numranges</literal> is 100.
Valid values are between 1 and 253. Using larger arrays as GiST index
- keys leads to a more precise search (scaning a smaller fraction of the index and
+ keys leads to a more precise search (scanning a smaller fraction of the index and
fewer heap pages), at the cost of a larger index.
</para>