Skip to content

Commit

Permalink
Update cedar-policy-core/src/entities/json/value.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Disselkoen <[email protected]>
  • Loading branch information
aaronjeline and cdisselkoen authored Oct 25, 2023
1 parent c0c37f6 commit b5486dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-policy-core/src/entities/json/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ pub enum EntityUidJson {
/// Contents are ignored.
__expr: String,
},
/// Explicit `__entity` escape; see notes on JSONValue::EntityEscape
/// Explicit `__entity` escape; see notes on `CedarValueJson::EntityEscape`
ExplicitEntityEscape {
/// JSON object containing the entity type and ID
__entity: TypeAndId,
Expand Down

0 comments on commit b5486dd

Please sign in to comment.