From a00bd7aa17f652d88c8c0fe52286ef93bb4ec3cc Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas
Date: Wed, 24 Nov 2021 18:32:56 +0200
Subject: Fix missing space in docs.
Author: Japin Li
Discussion: https://www.postgresql.org/message-id/MEYP282MB1669C36E5F733C2EFBDCB80BB6619@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
---
doc/src/sgml/arch-dev.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml
index f4c0df80143..761ce37d360 100644
--- a/doc/src/sgml/arch-dev.sgml
+++ b/doc/src/sgml/arch-dev.sgml
@@ -557,7 +557,7 @@
A simple INSERT ... VALUES command creates a
trivial plan tree consisting of a single Result
node, which computes just one result row, feeding that up
- toModifyTable to perform the insertion.
+ to ModifyTable to perform the insertion.
--
cgit v1.2.3