Skip to content

Commit

Permalink
Use Value instead of Literal in est example (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kastner <jkastner@amazon.com>
  • Loading branch information
john-h-kastner-aws authored May 20, 2024
1 parent ec8ed61 commit bc93567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/collections/_policies/json-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ When you retrieve the JSON representation of this policy, it looks like the foll
}
},
"right": {
"Literal": "1.3"
"Value": "1.3"
}
}
}
Expand Down

0 comments on commit bc93567

Please sign in to comment.