Skip to content

Commit

Permalink
Binding Proof Chains Together: Wording improvements.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
2 people authored and msporny committed Dec 27, 2023
1 parent 469c110 commit a5ccc87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3111,10 +3111,10 @@ <h3>Verify Proof Sets and Chains</h3>
integrity of a <a>secured data document</a>, achieved by verifying every
proof in <var>allProofs</var>. Other approaches are possible, particularly if
it is only desired to verify a subset of the proofs contained in
<var>allProfs</var>. If another approach is taken to verify only a subset of the
proofs, then it is important to note any proof with <code>previousProof</code>
in that subset can only be considered verified if the proofs it references are
also considered verified.
<var>allProofs</var>. If another approach is taken to verify only a subset of the
proofs, then it is important to note that any proof in that subset with a
<code>previousProof</code> can only be considered verified if the proofs it
references are also considered verified.
</p>
<p>
Required input is a
Expand Down

0 comments on commit a5ccc87

Please sign in to comment.