Skip to content

Commit

Permalink
[docs] Missing hint "future.keywords.if" for "Ordered (Else)"
Browse files Browse the repository at this point in the history
Signed-off-by: pushkarm029 <[email protected]>
  • Loading branch information
Pushkarm029 authored and ashutosh-narkar committed Aug 2, 2023
1 parent 7f12813 commit 01aaf64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/policy-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ a_map[w] := z if { ... }
### Ordered (Else)

```live:rules/ordered:module:read_only
# with `import future.keywords.if`
default a := 1
a := 5 if { ... }
else := 10 if { ... }
Expand Down

0 comments on commit 01aaf64

Please sign in to comment.