Skip to content

Commit e1058bf

Browse files
Aaron Elinecdisselkoen
andauthored
Update cedar-policy/src/api.rs
Co-authored-by: Craig Disselkoen <[email protected]>
1 parent 3b8f933 commit e1058bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cedar-policy/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl Entity {
105105
}
106106

107107
/// Create a new `Entity` with this Uid, parents, and no attributes.
108-
/// This is the same as `Self::new` except the attributes are empty, and therefor it can
108+
/// This is the same as `Self::new` except the attributes are empty, and therefore it can
109109
/// return `Self` instead of `Result<Self>`
110110
pub fn new_empty_attrs(uid: EntityUid, parents: HashSet<EntityUid>) -> Self {
111111
Self(ast::Entity::new_empty_attrs(

0 commit comments

Comments
 (0)