diff options
| author | Robert Haas <rhaas@postgresql.org> | 2011-07-27 11:20:07 -0400 | 
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2011-07-27 11:21:05 -0400 | 
| commit | bc9d2e7c4ae1cb4f0392194f539ba3e6847f42f5 (patch) | |
| tree | 098473885b5471d8f7b0a5361f2f0f78fac4b019 | |
| parent | 9df8ce848245592b6b8ac919319be3167ef774ac (diff) | |
Fix typo.
Noted by Josh Kupershmidt.
| -rw-r--r-- | doc/src/sgml/ref/comment.sgml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml index 838f43fcbd5..ee2f39b2df9 100644 --- a/doc/src/sgml/ref/comment.sgml +++ b/doc/src/sgml/ref/comment.sgml @@ -101,7 +101,7 @@ COMMENT ON        be schema-qualified.        When commenting on a column,        <replaceable class="parameter">relation_name</replaceable> must refer -      to a table, view, or composite types. +      to a table, view, or composite type.       </para>      </listitem>     </varlistentry> | 
