Skip to content

Commit e8b39ce

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 765f677 commit e8b39ce

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
@@ -2804,7 +2804,7 @@ P <optional> <replaceable>years</replaceable>-<replaceable>months</replaceable>-
28042804
weeks'</literal> or <literal>'01:02:03.45'</literal>. However,
28052805
because interval internally stores only three integer units (months,
28062806
days, microseconds), fractional units must be spilled to smaller
2807-
units. Fractional parts of units greater than months is truncated to
2807+
units. Fractional parts of units greater than months are truncated to
28082808
be an integer number of months, e.g. <literal>'1.5 years'</literal>
28092809
becomes <literal>'1 year 6 mons'</literal>. Fractional parts of
28102810
weeks and days are computed to be an integer number of days and

0 commit comments

Comments
 (0)