From 87ba6d559b8363d7405f5437b6f1ed09e013a3fb Mon Sep 17 00:00:00 2001
From: "Paul A. Jungwirth" <pj@illuminatedcomputing.com>
Date: Wed, 12 Nov 2025 16:53:51 -0800
Subject: [PATCH v61 01/10] Fix typo in documentation about application time

Author: Paul A. Jungwirth <pj@illuminatedcomputing.com>
---
 doc/src/sgml/ddl.sgml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index bf574a1741b..09ad8400fd0 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -1610,7 +1610,7 @@ CREATE TABLE circles (
 
    <para>
     <firstterm>Application time</firstterm> refers to a history of the entity
-    described by a table.  In a typical non-temporal table, there is single
+    described by a table.  In a typical non-temporal table, there is a single
     row for each entity.  In a temporal table, an entity may have multiple
     rows, as long as those rows describe non-overlapping periods from its
     history.  Application time requires each row to have a start and end time,
@@ -1806,7 +1806,6 @@ CREATE TABLE variants (
     </figure>
 
     <para>
-
      In a table, these records would be:
 <programlisting>
  id | product_no |  name  |        valid_at
-- 
2.47.3

