Skip to content

Commit

Permalink
tweak comments
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Disselkoen <[email protected]>
  • Loading branch information
cdisselkoen committed Nov 26, 2024
1 parent 649a726 commit 069419a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cedar-lean/CedarProto/ValidatorEntityType.lean
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ open Proto

namespace Cedar.Validation.Proto

-- Note: EntitySchemaEntry takes ancestors,
-- so we'll create an intermediate representation
-- once we gather all the entries, we will perform
-- the transform
-- Note: EntitySchemaEntry takes ancestors, so we'll create this intermediate
-- representation. Once we gather all the entries, we will perform the transform.
structure ValidatorEntityType where
/-- All (transitive) descendants. Assumes TC is computed before encoding into protobuf. -/
descendants : Array Spec.EntityTypeProto
attrs : RecordType
tags : Option CedarType
Expand Down

0 comments on commit 069419a

Please sign in to comment.