Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the policy-language guide there's an example expression assigned to the variable name `t2`. ``` t2 { x := 42 y := 41 x > y } ``` But in the explanation for the result it is evaluated into, the variable name is shown as `t`. This change fixes it. Signed-off-by: eternaltyro <230743+eternaltyro@users.noreply.github.com>
- Loading branch information