diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml
index 516fbcbf37..51b752709e 100644
--- a/doc/src/sgml/queries.sgml
+++ b/doc/src/sgml/queries.sgml
@@ -2172,7 +2172,7 @@ SELECT sum(n) FROM t;
 
   <note>
    <para>
-    Strictly speaking, this process is iteration not recursion, but
+    Strictly speaking, this process is iterative, not recursive, but
     <literal>RECURSIVE</literal> is the terminology chosen by the SQL standards
     committee.
    </para>
