Skip to content

Commit 7c1d8a2

Browse files
committed
Fix typos in docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com Backpatch-through: 9.6
1 parent ce2a860 commit 7c1d8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2844,7 +2844,7 @@ P <optional> <replaceable>years</replaceable>-<replaceable>months</replaceable>-
28442844
weeks'</literal> or <literal>'01:02:03.45'</literal>. However,
28452845
because interval internally stores only three integer units (months,
28462846
days, microseconds), fractional units must be spilled to smaller
2847-
units. Fractional parts of units greater than months is rounded to
2847+
units. Fractional parts of units greater than months are rounded to
28482848
be an integer number of months, e.g. <literal>'1.5 years'</literal>
28492849
becomes <literal>'1 year 6 mons'</literal>. Fractional parts of
28502850
weeks and days are computed to be an integer number of days and

0 commit comments

Comments
 (0)