Skip to content

Commit c817e55

Browse files
committed
@dlongley contribution to improve clarity and readability of existing proof scenarios
1 parent 5f11d00 commit c817e55

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -909,15 +909,15 @@ <h4>Issue Credential</h4>
909909
</p>
910910
<ul>
911911
<li>
912-
<strong>Proof Sets</strong>: Append their proofs to the list of existing proofs
913-
provided by the caller, converting a single proof value to an array of
914-
proof values if necessary, creating a proof set where multiple proofs exist
915-
in parallel.
912+
<strong>Proof Sets</strong>: Append new proofs to the list of existing proofs
913+
provided by the caller, first converting any existing single proof to a list
914+
if necessary. Here there is no binding to any existing proofs; the new proofs
915+
exist in parallel with those previously provided by the caller.
916916
</li>
917917
<li>
918-
<strong>Proof Chains</strong>: Append their proofs to create a proof chain
919-
where proofs are linked in a specific sequence, potentially using properties
920-
like <code>previousProof</code> to establish the chain relationship.
918+
<strong>Proof Chains</strong>: Append new proofs to create or extend an existing
919+
proof chain. Here proofs are linked in a specific sequence, potentially using the
920+
<code>previousProof</code> property to establish the chain relationship.
921921
</li>
922922
<li>
923923
<strong>Error Handling</strong>: Return an error if <code>credential</code>

0 commit comments

Comments
 (0)