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

Commit c1ba858

Browse files
author
Michael Meskes
committed
Reworded sentence as suggested by Stephen Frost.
1 parent 2273a50 commit c1ba858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_type.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
465465
identical things, and you want to allow these things to be accessed
466466
directly by subscripting, in addition to whatever operations you plan
467467
to provide for the type as a whole. For example, type <type>point</>
468-
is represented as just two floating-point numbers, which it allows to be
469-
accessed as <literal>point[0]</> and <literal>point[1]</>.
468+
is represented as just two floating-point numbers, each can be accessed using
469+
<literal>point[0]</> and <literal>point[1]</>.
470470
Note that
471471
this facility only works for fixed-length types whose internal form
472472
is exactly a sequence of identical fixed-length fields. A subscriptable

0 commit comments

Comments
 (0)