summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2021-09-26 10:17:30 +0000
committerMichael Paquier2021-09-26 10:17:30 +0000
commit7c1d8a243f8bd46604c9b292f392aab170eed821 (patch)
tree673967f9c6cd817d757567fe9d3053f17da38cb9
parentce2a86053380f7e82dc8318ac48a22a7ab266398 (diff)
Fix typos in docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com Backpatch-through: 9.6
-rw-r--r--doc/src/sgml/datatype.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 50a2c8e5f16..6929f3bb183 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -2844,7 +2844,7 @@ P <optional> <replaceable>years</replaceable>-<replaceable>months</replaceable>-
weeks'</literal> or <literal>'01:02:03.45'</literal>. However,
because interval internally stores only three integer units (months,
days, microseconds), fractional units must be spilled to smaller
- units. Fractional parts of units greater than months is rounded to
+ units. Fractional parts of units greater than months are rounded to
be an integer number of months, e.g. <literal>'1.5 years'</literal>
becomes <literal>'1 year 6 mons'</literal>. Fractional parts of
weeks and days are computed to be an integer number of days and