Skip to content

Commit

Permalink
Remove errant "and" in verification algorithm.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
msporny and TallTed committed Jul 15, 2024
1 parent 948de34 commit bd64dc9
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 @@ -4839,7 +4839,7 @@ <h3>Verification</h3>
described in <a href="#securing-mechanism-specifications"></a>.
</li>
<li>
Set |result| to the result of passing |inputMediaType| and |inputData| and to
Set |result| to the result of passing |inputMediaType| and |inputData| to
the |verifyProof| function. If the call was successful, |result| will contain
the |status|, |document|, |mediaType|, |controller|, |controllerDocument|,
|warnings|, and |errors| properties.
Expand Down

0 comments on commit bd64dc9

Please sign in to comment.