We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8f933 commit e1058bfCopy full SHA for e1058bf
cedar-policy/src/api.rs
@@ -105,7 +105,7 @@ impl Entity {
105
}
106
107
/// 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
+ /// This is the same as `Self::new` except the attributes are empty, and therefore it can
109
/// return `Self` instead of `Result<Self>`
110
pub fn new_empty_attrs(uid: EntityUid, parents: HashSet<EntityUid>) -> Self {
111
Self(ast::Entity::new_empty_attrs(
0 commit comments