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 26, 2023
1 parent b5486dd commit c844e01
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 @@ -605,7 +605,7 @@ pub enum EntityUidJson {
#[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
#[serde(untagged)]
pub enum ExtnValueJson {
/// Explicit `__extn` escape; see notes on JSONValue::ExtnEscape
/// Explicit `__extn` escape; see notes on `CedarValueJson::ExtnEscape`
ExplicitExtnEscape {
/// JSON object containing the extension-constructor call
__extn: FnAndArg,
Expand Down

0 comments on commit c844e01

Please sign in to comment.