File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>poi
53AC
nt[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
You can’t perform that action at this time.
0 commit comments