summaryrefslogtreecommitdiff
path: root/doc/src
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 20:56:18 +0200
commitacd6b6e637fb670003d4ac2477212b4d51016f9a (patch)
tree0293f2cbeb7d0cec753c5256cb4752f945b1872b /doc/src
parent64b7a8353214a3fa84942366ffb66b36c7f3d2e3 (diff)
Fix wording
Diffstat (limited to 'doc/src')
-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 5024e4ff704..6065b1c2a31 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;