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

Commit 3454738

Browse files
committed
doc: move "only" to a more appropriate place in the sentence
1 parent 9f8b717 commit 3454738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6380,7 +6380,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
63806380
<literal>to_timestamp('&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;JUN', 'YYYY MON')</literal> and
63816381
<literal>to_timestamp('2000 - JUN', 'YYYY-MON')</literal> work, but
63826382
<literal>to_timestamp('2000&nbsp;&nbsp;&nbsp;&nbsp;JUN', 'FXYYYY MON')</literal> returns an error
6383-
because <function>to_timestamp</function> expects a single space only.
6383+
because <function>to_timestamp</function> expects only a single space.
63846384
<literal>FX</literal> must be specified as the first item in
63856385
the template.
63866386
</para>

0 commit comments

Comments
 (0)