docs: clarify the use of shell types
authorBruce Momjian <bruce@momjian.us>
Fri, 20 Mar 2015 22:48:52 +0000 (18:48 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 20 Mar 2015 22:48:52 +0000 (18:48 -0400)
Report by OndÅ™ej Bouda

doc/src/sgml/ref/create_type.sgml

index f9e1297d0b0da8e6855da245bdd37f24bf272503..a6a4644d5904bd51f837485bc0c4707ddf2f27d8 100644 (file)
@@ -268,7 +268,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
    placeholder type that has no properties except a name and an owner.  This
    is done by issuing the command <literal>CREATE TYPE
    <replaceable>name</></literal>, with no additional parameters.  Then the
-   I/O functions can be defined referencing the shell type.  Finally,
+   I/O functions can be defined referencing the shell type.  Finally,
    <command>CREATE TYPE</> with a full definition replaces the shell entry
    with a complete, valid type definition, after which the new type can be
    used normally.