We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2a860 commit 7c1d8a2Copy full SHA for 7c1d8a2
doc/src/sgml/datatype.sgml
@@ -2844,7 +2844,7 @@ P <optional> <replaceable>years</replaceable>-<replaceable>months</replaceable>-
2844
weeks'</literal> or <literal>'01:02:03.45'</literal>. However,
2845
because interval internally stores only three integer units (months,
2846
days, microseconds), fractional units must be spilled to smaller
2847
- units. Fractional parts of units greater than months is rounded to
+ units. Fractional parts of units greater than months are rounded to
2848
be an integer number of months, e.g. <literal>'1.5 years'</literal>
2849
becomes <literal>'1 year 6 mons'</literal>. Fractional parts of
2850
weeks and days are computed to be an integer number of days and
0 commit comments