summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2021-08-06 18:55:59 +0000
committerPeter Eisentraut2021-08-06 18:59:01 +0000
commitd91078d7fdf060cfda332211c26444837c208981 (patch)
tree8541d756d5d2d215801ef1e7f8cb3b82f843b5fe /doc/src/sgml
parent434ddfb79afea5c515f17fc5febac15afc26d017 (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 7f7548d9812..f9df9de8ae1 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;