From 60f37c73fb5e5704b68496e4915f920942fa462d Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Mon, 14 Oct 2024 16:40:51 -0400 Subject: [PATCH] Fix grammar in digest verification for related resources. Co-authored-by: Ted Thibodeau Jr --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 987504971..2f961837c 100644 --- a/index.html +++ b/index.html @@ -3206,10 +3206,11 @@

Integrity of Related Resources

A [=conforming verifier implementation=] that makes use of a resource based on -the `id` of an object inside a [=conforming document=] with a corresponding -cryptographic digest MUST check the digest against the retrieved resource. If -the digest of the retrieved resource does not match the one provided by the -[=issuer=], the [=conforming verifier implementation=] MUST produce an error. +the `id` of a `relatedResource` object inside a [=conforming document=] with a +corresponding cryptographic digest appearing in a `relatedResource` object value +MUST compute the digest of the retrieved resource. If the digest provided by the +[=issuer=] does not match the digest computed for the retrieved resource, the +[=conforming verifier implementation=] MUST produce an error.