Small grammar correction.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Oct 2005 15:47:51 +0000 (15:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Oct 2005 15:47:51 +0000 (15:47 +0000)
doc/src/sgml/func.sgml

index 4ef1696c8c90cba8ce5a3e0ad5d0c37f0a0c1ec6..5c3932dac90d9bdc6cccf022151966c505ca917a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.288 2005/10/18 20:38:57 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.289 2005/10/25 15:47:51 tgl Exp $
 PostgreSQL documentation
 -->
 
@@ -5423,9 +5423,10 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
     </table>
 
    <para>
-    If you are using both <function>justify_hours</> and <function>justify_days</>,
-    it is best to use <function>justify_hours</> first so any additional days will
-    justified by <function>justify_days</>.
+    If you are using both <function>justify_hours</> and
+    <function>justify_days</>, it is best to use <function>justify_hours</>
+    first so any additional days will be included in the
+    <function>justify_days</> calculation.
    </para>
 
    <para>