Skip to content

Commit 9ee1a91

Browse files
authored
Merge pull request #236 from saganatt/filter-fix
Fixed missing "` `" for code
2 parents 0332722 + fd978fc commit 9ee1a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics-tasks/FilteringPartitioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ i.e. `Filter` is applied to the objects before passing them to the `process` met
8888
8989
## Filtering and partitioning together
9090
91-
It is also possible to filter and partition data in the same task. Therefore, multiple `Filter`s are combined using the logical `AND`. These filters then are combined by a logical `AND` with all the specified selections `Select`, which themself are combined by logical `OR`s. E.g. (Filter1 && Filter2) && (Select1 || Select2).
91+
It is also possible to filter and partition data in the same task. Therefore, multiple `Filter`s are combined using the logical `AND`. These filters then are combined by a logical `AND` with all the specified selections `Select`, which themself are combined by logical `OR`s. E.g., `(Filter1 && Filter2) && (Select1 || Select2)`.
9292
9393
```cpp
9494
using namespace o2::aod;

0 commit comments

Comments
 (0)