Skip to content

Commit

Permalink
Fix erroneous [=array=] markup by using [=list=].
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 24, 2024
1 parent bb23860 commit 187ba78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ <h3>Add Proof Set/Chain</h3>
Set |inputDocument|.|proof| to |matchingProofs|.
<div class="note">
<p>
This step adds references to the graph names, as well as adding a copy
This step adds references to the graph names, as well as adding a copy
of <em>all</em> the claims contained in the proof graphs.
</p>
<p>
Expand Down Expand Up @@ -2284,7 +2284,7 @@ <h3>Context Validation</h3>
executed business rules specific to the input in the document. For more
rationale related to this algorithm, see Section [[[#validating-contexts]]].
This algorithm takes inputs of a document ([=map=] |inputDocument|), a set of
known JSON-LD Contexts ([=array=] |knownContext|), and a boolean to
known JSON-LD Contexts ([=list=] |knownContext|), and a boolean to
recompact when unknown contexts are detected ([=boolean=] |recompact|), and
returns a [=map=] that contains the following:
</p>
Expand Down Expand Up @@ -3626,7 +3626,7 @@ <h2>Acknowledgements</h2>
Raphael Flechtner,
Julien Fraichot,
Benjamin Goering,
Kim Hamilton Duffy,
Kim Hamilton Duffy,
Joseph Heenan,
Helge,
Ivan Herman,
Expand Down

0 comments on commit 187ba78

Please sign in to comment.