Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1ba858

Browse files
author
Michael Meskes
committed
Reworded sentence as suggested by Stephen Frost.
1 parent2273a50 commitc1ba858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/create_type.sgml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp