Skip to content

Commit c78f303

Browse files
committed
Small grammar correction.
1 parent 25777f6 commit c78f303

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/func.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.288 2005/10/18 20:38:57 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.289 2005/10/25 15:47:51 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -5423,9 +5423,10 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
54235423
</table>
54245424

54255425
<para>
5426-
If you are using both <function>justify_hours</> and <function>justify_days</>,
5427-
it is best to use <function>justify_hours</> first so any additional days will
5428-
justified by <function>justify_days</>.
5426+
If you are using both <function>justify_hours</> and
5427+
<function>justify_days</>, it is best to use <function>justify_hours</>
5428+
first so any additional days will be included in the
5429+
<function>justify_days</> calculation.
54295430
</para>
54305431

54315432
<para>

0 commit comments

Comments
 (0)