Skip to content

Commit a8956ff

Browse files
authored
Update clarifying notes in filter.md (#2670)
1 parent bae4c1f commit a8956ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ filter {}
144144

145145
* Filters can be viewed as a scoping concept. A currently set filter goes 'out of scope' when either a filter reset operation is invoked or a project definition is started.
146146

147-
* Filters are whitespace sensitive. For example, a filter of `system:not windows` is fundamentally different from `system: not windows`.
147+
* Filters are whitespace sensitive. For example, a filter of `system:not windows` is fundamentally different from `system: not windows`. The former means `system ~= "windows"`, whereas the latter will attempt to match `system == " not windows"`.
148148

149149
### See Also ###
150150

0 commit comments

Comments
 (0)