Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7d60ce8

Browse files
committed
docs: clarify the use of shell types
Report by Ondřej Bouda
1 parent 0c8fa71 commit 7d60ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_type.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
268268
placeholder type that has no properties except a name and an owner. This
269269
is done by issuing the command <literal>CREATE TYPE
270270
<replaceable>name</></literal>, with no additional parameters. Then the
271-
I/O functions can be defined referencing the shell type. Finally,
271+
C I/O functions can be defined referencing the shell type. Finally,
272272
<command>CREATE TYPE</> with a full definition replaces the shell entry
273273
with a complete, valid type definition, after which the new type can be
274274
used normally.

0 commit comments

Comments
 (0)