We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365ac45 commit ec9d7c5Copy full SHA for ec9d7c5
docs/src/query/restrict.md
@@ -5,7 +5,7 @@
5
The restriction operator `A & cond` selects the subset of entities from `A` that meet
6
the condition `cond`.
7
The exclusion operator `A - cond` selects the complement of restriction, i.e. the
8
-subset of entities from `A` that do not meet the condition `cond`.
+subset of entities from `A` that do not meet the condition `cond`.
9
10
Restriction and exclusion.
11
0 commit comments