indvidual -> individual
This commit is contained in:
Hollow Man
2021-02-05 15:02:00 +08:00
committed by GitHub
parent 69990a6043
commit b7d89ab657

View File

@@ -36,7 +36,7 @@ label1:
- any: ['example1/*']
```
From a boolean logic perspective, top-level match objects are `OR`-ed together and indvidual match rules within an object are `AND`-ed. Combined with `!` negation, you can write complex matching rules.
From a boolean logic perspective, top-level match objects are `OR`-ed together and individual match rules within an object are `AND`-ed. Combined with `!` negation, you can write complex matching rules.
#### Basic Examples