v1-0001-Fixed-a-typo-left-by-e4d8a2a.patch
application/octet-stream
Filename: v1-0001-Fixed-a-typo-left-by-e4d8a2a.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v1-0001
Subject: Fixed a typo left by e4d8a2a
| File | + | − |
|---|---|---|
| doc/src/sgml/ddl.sgml | 1 | 1 |
From 9e11cc2d2059876f8c9a13beb3b33af0d61486aa Mon Sep 17 00:00:00 2001
From: "Chao Li (Evan)" <lic@highgo.com>
Date: Thu, 13 Nov 2025 11:51:28 +0800
Subject: [PATCH v1] Fixed a typo left by e4d8a2a
Author: Chao Li <lic@highgo.com>
---
doc/src/sgml/ddl.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index bf574a1741b..0f2c0fdb7ac 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,
--
2.39.5 (Apple Git-154)