Skip to content

Commit

Permalink
Add missing space in algorithm step.
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored Jul 15, 2024
1 parent f7d6a55 commit acba0d7
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 @@ -1915,7 +1915,7 @@ <h3>Add Proof Set/Chain</h3>
<li>
If |options| has a `previousProof` [=struct/item=] that is a string, add the
element from |allProofs| with an `id` attribute matching `previousProof` to
|matchingProofs|. If a proof with `id` equal to `previousProof`does not exist in
|matchingProofs|. If a proof with `id` equal to `previousProof` does not exist in
|allProofs|, an error MUST be raised and SHOULD convey an error type of
<a href="#PROOF_GENERATION_ERROR">PROOF_GENERATION_ERROR</a>.
</li>
Expand Down

0 comments on commit acba0d7

Please sign in to comment.