Skip to content

Commit

Permalink
Fix CDDL syntax broken in prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker authored Oct 23, 2024
1 parent 1517dd7 commit da5ac16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ccf_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -892,13 +892,13 @@ unauthorized-type = nil
entitlement-set-authorization-type =
; cbor-tag-entitlement-set-authorization-type
#6.146([
kind: uint8,
entitlements: [+ string]
kind: uint,
entitlements: [+ tstr]
])
entitlement-map-authorization-type =
; cbor-tag-entitlement-map-authorization-type
#6.147(entitlement: string)
#6.147(tstr)
type-ref =
; cbor-tag-type-ref
Expand Down Expand Up @@ -1246,13 +1246,13 @@ unauthorized-type-value = nil
entitlement-set-authorization-type-value =
; cbor-tag-entitlement-set-authorization-type-value
#6.195([
kind: uint8,
entitlements: [+ string],
kind: uint,
entitlements: [+ tstr],
])
entitlement-map-authorization-type =
entitlement-map-authorization-type-value =
; cbor-tag-entitlement-map-authorization-type-value
#6.196(entitlement: string)
#6.196(tstr)
type-value-ref =
; cbor-tag-type-value-ref
Expand Down

0 comments on commit da5ac16

Please sign in to comment.