We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2273a50 commit c1ba858Copy full SHA for c1ba858
doc/src/sgml/ref/create_type.sgml
@@ -465,8 +465,8 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
465
identical things, and you want to allow these things to be accessed
466
directly by subscripting, in addition to whatever operations you plan
467
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]</>.
+ is represented as just two floating-point numbers, each can be accessed using
+ <literal>point[0]</> and <literal>point[1]</>.
470
Note that
471
this facility only works for fixed-length types whose internal form
472
is exactly a sequence of identical fixed-length fields. A subscriptable
0 commit comments