Skip to content

Commit

Permalink
Fix Cross Links to Function Definitions: punctuation and wording impr…
Browse files Browse the repository at this point in the history
…ovements.

Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
2 people authored and msporny committed Feb 23, 2025
1 parent ff73462 commit 4924f4f
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 @@ -2251,7 +2251,7 @@ <h4>createDisclosureData</h4>
</li>
<li>
Initialize |labelMapFactoryFunction| to the result of calling the algorithm of
section [[[#createhmacidlabelmapfunction]]] passing |hmac|.
section [[[#createhmacidlabelmapfunction]]], passing |hmac|.
</li>
<li>
Initialize |combinedPointers| to the concatenation of |mandatoryPointers|
Expand Down Expand Up @@ -2322,7 +2322,7 @@ <h4>createDisclosureData</h4>
</ol>
</li>
<li>
Initialize |revealDocument| to the result of the algorithm in Section
Initialize |revealDocument| to the result of the calling the algorithm in Section
[[[#selectjsonld]]], passing |document|, and |combinedPointers| as |pointers|.
</li>
<li>
Expand Down Expand Up @@ -2541,7 +2541,7 @@ <h4>createVerifyData</h4>
</li>
<li>
Initialize |nquads| to the result of calling the algorithm of section
[[[#labelreplacementcanonicalizejsonld]]] passing |document|,
[[[#labelreplacementcanonicalizejsonld]]], passing |document|,
|labelMapFactoryFunction|, and any custom
JSON-LD API options. Note: This step transforms the document into an array of
canonical N-Quads with pseudorandom blank node identifiers based on |labelMap|.
Expand Down Expand Up @@ -2671,7 +2671,7 @@ <h4>Base Proof Transformation (ecdsa-sd-2023)</h4>
</li>
<li>
Initialize |labelMapFactoryFunction| to the result of calling the algorithm of
Section [[[#createhmacidlabelmapfunction]]] passing |hmac|.
Section [[[#createhmacidlabelmapfunction]]], passing |hmac|.
</li>
<li>
Initialize |groupDefinitions| to a map with an entry with a key of the string
Expand Down

0 comments on commit 4924f4f

Please sign in to comment.