Skip to content

Commit ec9d7c5

Browse files
committed
Fix syntax
1 parent 365ac45 commit ec9d7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/query/restrict.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The restriction operator `A & cond` selects the subset of entities from `A` that meet
66
the condition `cond`.
77
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`.
8+
subset of entities from `A` that do not meet the condition `cond`.
99

1010
Restriction and exclusion.
1111

0 commit comments

Comments
 (0)