From acd6b6e637fb670003d4ac2477212b4d51016f9a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 6 Aug 2021 20:55:59 +0200 Subject: Fix wording --- doc/src/sgml/rules.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') 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, 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. SELECT * FROM shoe_ready WHERE total_avail >= 2; -- cgit v1.2.3