summaryrefslogtreecommitdiff
path: root/doc/src/sgml/btree-gist.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2011-05-18 22:14:45 +0000
committerPeter Eisentraut2011-05-18 22:14:45 +0000
commitc13dc6402b6e99af9a8b7794e44d62deecafc745 (patch)
tree01a298d489f36f803fc118bb1cfdbfb3f8ef9252 /doc/src/sgml/btree-gist.sgml
parent0ee391b77a8aef3835a39ecc4856a9ab79936f56 (diff)
Spell checking and markup refinement
Diffstat (limited to 'doc/src/sgml/btree-gist.sgml')
-rw-r--r--doc/src/sgml/btree-gist.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/btree-gist.sgml b/doc/src/sgml/btree-gist.sgml
index e52971f3d9e..2275a997ba2 100644
--- a/doc/src/sgml/btree-gist.sgml
+++ b/doc/src/sgml/btree-gist.sgml
@@ -25,7 +25,7 @@
standard B-tree code: the ability to enforce uniqueness. However,
they provide some other features that are not available with a B-tree
index, as described below. Also, these operator classes are useful
- when a multi-column GiST index is needed, wherein some of the columns
+ when a multicolumn GiST index is needed, wherein some of the columns
are of data types that are only indexable with GiST but other columns
are just simple data types. Lastly, these operator classes are useful for
GiST testing and as a base for developing other GiST operator classes.
@@ -55,7 +55,7 @@
<title>Example Usage</title>
<para>
- Simple example using btree_gist instead of btree:
+ Simple example using <literal>btree_gist</literal> instead of <literal>btree</literal>:
</para>
<programlisting>