Skip to content

Commit 60f37c7

Browse files
mspornyTallTed
andcommitted
Fix grammar in digest verification for related resources.
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 8172427 commit 60f37c7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3206,10 +3206,11 @@ <h2>Integrity of Related Resources</h2>
32063206

32073207
<p>
32083208
A [=conforming verifier implementation=] that makes use of a resource based on
3209-
the `id` of an object inside a [=conforming document=] with a corresponding
3210-
cryptographic digest MUST check the digest against the retrieved resource. If
3211-
the digest of the retrieved resource does not match the one provided by the
3212-
[=issuer=], the [=conforming verifier implementation=] MUST produce an error.
3209+
the `id` of a `relatedResource` object inside a [=conforming document=] with a
3210+
corresponding cryptographic digest appearing in a `relatedResource` object value
3211+
MUST compute the digest of the retrieved resource. If the digest provided by the
3212+
[=issuer=] does not match the digest computed for the retrieved resource, the
3213+
[=conforming verifier implementation=] MUST produce an error.
32133214
</p>
32143215

32153216
<p>

0 commit comments

Comments
 (0)