mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
b33179c258
### Why the changes in this PR are needed? When looking at the docs for the `not` keyword example, I was confused why the `deny` rule wasn't including the "under 18" error if I changed the age in the input. Turns out it was a string so that was never getting triggered. ### What are the changes in this PR? Changes the value of `age` in the input for the `not` example for an undefined value in the docs. Signed-off-by: AC <menma1234@users.noreply.github.com>
Documentation and Website Development
Please see the contributing documentation for information about how to get started contributing to the OPA documentation and website.