summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-08-06 20:55:59 +0200
committerPeter Eisentraut <peter@eisentraut.org>2021-08-06 22:05:41 +0200
commitd3ad6566a130988af7693267bc8605b86772618c (patch)
treed2838696f6da467711b70bb5d2ff270e7d630962 /doc/src/sgml
parent2f38ec6a157b60291ece1deb072bfff84f317334 (diff)
Fix wording
Diffstat (limited to 'doc/src/sgml')
-rw-r--r--doc/src/sgml/rules.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml
index aa172d102b6..6b0dc41615c 100644
--- a/doc/src/sgml/rules.sgml
+++ b/doc/src/sgml/rules.sgml
@@ -546,7 +546,7 @@ SELECT shoelace.sl_name, shoelace.sl_avail,
<para>
Now we want to write a query that finds out for which shoes currently in the store
we have the matching shoelaces (color and length) and where the
- total number of exactly matching pairs is greater or equal to two.
+ total number of exactly matching pairs is greater than or equal to two.
<programlisting>
SELECT * FROM shoe_ready WHERE total_avail &gt;= 2;