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 e41e731 commit c0c37f6
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 @@ -44,7 +44,7 @@ use std::collections::{BTreeMap, HashMap, HashSet};
pub enum CedarValueJson {
/// The `__expr` escape has been removed, but is still reserved in order to throw meaningful errors.
ExprEscape {
/// Contents, will be ignored and an error is thrown are attempting to parse this
/// Contents, will be ignored and an error is thrown when attempting to parse this
__expr: SmolStr,
},
/// Special JSON object with single reserved "__entity" key:
Expand Down

0 comments on commit c0c37f6

Please sign in to comment.