Fix typos in docs
authorMichael Paquier
Sun, 26 Sep 2021 10:18:23 +0000 (19:18 +0900)
committerMichael Paquier
Sun, 26 Sep 2021 10:18:23 +0000 (19:18 +0900)
Author: Justin Pryzby
Discussion: https://postgr.es/m/20210924215827[email protected]
Backpatch-through: 9.6

doc/src/sgml/datatype.sgml

index 3c46101fb8727413307877fe3d107a508050bef4..a258acfae1b9543e50a76cfd105b43e356681bd7 100644 (file)
@@ -2804,7 +2804,7 @@ P  years-months-
      weeks' or '01:02:03.45'.  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 truncated to
+     units.  Fractional parts of units greater than months are truncated to
      be an integer number of months, e.g. '1.5 years'
      becomes '1 year 6 mons'.  Fractional parts of
      weeks and days are computed to be an integer number of days and