summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-07-27 11:20:07 -0400
committerRobert Haas <rhaas@postgresql.org>2011-07-27 11:20:34 -0400
commit0b624d64a1fc7d8ecd031d4aaac368699fca3dc4 (patch)
tree16c49c5aa0d991c4de22ea27919877388ec1a2ea
parent14e109e82e8a7a179ad828ec1ed06ac0a8cd011a (diff)
Fix typo.
Noted by Josh Kupershmidt.
-rw-r--r--doc/src/sgml/ref/comment.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml
index 0b28d8eefc5..deda01281b1 100644
--- a/doc/src/sgml/ref/comment.sgml
+++ b/doc/src/sgml/ref/comment.sgml
@@ -113,7 +113,7 @@ COMMENT ON
text search objects, types, and views can be schema-qualified.
When commenting on a column,
<replaceable class="parameter">relation_name</replaceable> must refer
- to a table, view, composite types, or foreign table.
+ to a table, view, composite type, or foreign table.
</para>
</listitem>
</varlistentry>