Skip to content

Commit

Permalink
Merge pull request #165 from digicatapult/readme-fix
Browse files Browse the repository at this point in the history
Match diagram to description
  • Loading branch information
rmlearney-digicatapult authored Feb 21, 2024
2 parents 68efd8a + cde2c42 commit 0e97778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pub fn disable_process(
The process `program` argument is formed of a `BoundedVec` of `BooleanExpressionSymbol`s with a configured maximum length in our runtime of 200 symbols. Each `BooleanExpressionSymbol` can be either a process `Restriction` (see below) which evaluates to a boolean value at runtime or a `BooleanOperation` which can perform an binary operation on a pair of boolean arguments. The program itself is then a binary expression tree written in `postfix` notation so the tree:

```
OR
AND
/ \
AND OR
/ \ / \
Expand Down

0 comments on commit 0e97778

Please sign in to comment.