aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/arch-dev.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml
index 7aff059e824..c2be28fac89 100644
--- a/doc/src/sgml/arch-dev.sgml
+++ b/doc/src/sgml/arch-dev.sgml
@@ -559,7 +559,7 @@
A simple <command>INSERT ... VALUES</command> command creates a
trivial plan tree consisting of a single <literal>Result</literal>
node, which computes just one result row, feeding that up
- to<literal>ModifyTable</literal> to perform the insertion.
+ to <literal>ModifyTable</literal> to perform the insertion.
</para>
</sect1>