summaryrefslogtreecommitdiff
path: root/doc/src/sgml/btree-gin.sgml
diff options
context:
space:
mode:
authorBruce Momjian2011-01-29 18:00:18 +0000
committerBruce Momjian2011-01-29 18:01:48 +0000
commit5d5678d7c3b336a5aacf15d66ac3ebccaab929f2 (patch)
tree6479eb7c6899a084cb36eac2c0093dd272810440 /doc/src/sgml/btree-gin.sgml
parent6f489dca65e97d92fb01ee6811ece4e215d186ca (diff)
Properly capitalize documentation headings; some only had initial-word
capitalization.
Diffstat (limited to 'doc/src/sgml/btree-gin.sgml')
-rw-r--r--doc/src/sgml/btree-gin.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/btree-gin.sgml b/doc/src/sgml/btree-gin.sgml
index b55c89395d5..632bd1e53af 100644
--- a/doc/src/sgml/btree-gin.sgml
+++ b/doc/src/sgml/btree-gin.sgml
@@ -31,7 +31,7 @@
</para>
<sect2>
- <title>Example usage</title>
+ <title>Example Usage</title>
<programlisting>
CREATE TABLE test (a int4);