Skip to content

Commit

Permalink
Fix bug in setting options.@context in JCS Create Proof.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 4, 2024
1 parent c728ae3 commit 6541dd1
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 @@ -841,7 +841,7 @@ <h4>Create Proof (eddsa-jcs-2022)</h4>
<ol class="algorithm">
<li>
If <var>unsecuredDocument</var>.<var>@context</var> is present,
set <var>proof</var>.<var>@context</var> to
set <var>options</var>.<var>@context</var> to
<var>unsecuredDocument</var>.<var>@context</var>.
</li>
<li>
Expand Down

0 comments on commit 6541dd1

Please sign in to comment.