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

Commit 1e35319

Browse files
committed
Hyphenate variable-length for consistency.
We hyphenate "fixed-length" earlier in the same sentence, and overall we more often use "variable-length" rather than "variable length". Nikolay Shaplov
1 parent fd5eaad commit 1e35319

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
@@ -324,7 +324,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
324324
<replaceable class="parameter">internallength</replaceable>.
325325
Base data types can be fixed-length, in which case
326326
<replaceable class="parameter">internallength</replaceable> is a
327-
positive integer, or variable length, indicated by setting
327+
positive integer, or variable-length, indicated by setting
328328
<replaceable class="parameter">internallength</replaceable>
329329
to <literal>VARIABLE</literal>. (Internally, this is represented
330330
by setting <literal>typlen</> to -1.) The internal representation of all

0 commit comments

Comments
 (0)