Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Feb 21, 2024
1 parent b7257d3 commit 358865d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/specification/syntax/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ A `<key-field>` assembly of an `<is-unique>` constraint defines the flag or fiel

An `is-unique` constraint MAY define more than one `<key-field>` assembly. The composite key for each entry in the index is the combination of values for the `@target` of every `<key-field/>`. The composite values of the key are the discriminator for the uniqueness of the index entry.

If the evaluation of the Metapath `@target` of the `<key-field>` results in a true result, then `@target` does not occur more than once.
When evaluating a given key relative to other computed keys for the same constraint, if the given key has the same computed key value as another node matching the same constraint, then the target node MUST be considered to not pass the constraint.

## Enumerated values

Expand Down

0 comments on commit 358865d

Please sign in to comment.