Skip to content

Commit

Permalink
Fix markup error in matchingProofs algorithm step.
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored Jul 15, 2024
1 parent 1b42034 commit f7d6a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@ <h3>Add Proof Set/Chain</h3>
<a href="#PROOF_GENERATION_ERROR">PROOF_GENERATION_ERROR</a>.
</li>
<li>
Set |unsecuredDocument.proof| to |matchingProofs|.
Set |unsecuredDocument|.|proof| to |matchingProofs|.
<p class="note">
This step is critical, as it <q>binds</q> the previous proofs to the document
prior to signing. The |proof| value for the document will be updated
Expand Down

0 comments on commit f7d6a55

Please sign in to comment.