Skip to content

Commit

Permalink
Fix internal reference
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfett committed Jan 25, 2024
1 parent 82684ba commit 8626f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-fett-oauth-sd-jwt-vc-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ type.

The extended type MAY itself extend another type. This can be used to create a
chain or hierarchy of types. The security considerations described in
(#CircularExtends) apply in order to avoid problems with circular dependencies.
(#CircularExtends) apply in order to avoid problems with {ircular dependencies}

The following processing rules apply for extending types (recursively for all extended types):

Expand Down Expand Up @@ -390,7 +390,7 @@ credential against the provided JSON Schema document.

# Security Considerations

## Circular "extends" Dependencies (#CircularExtends)
## Circular "extends" Dependencies {#CircularExtends}

A type MUST NOT extend another type that extends (either directly or with steps
in-between) the first type. This would result in a circular dependency that
Expand Down

0 comments on commit 8626f32

Please sign in to comment.