Skip to content

Commit

Permalink
Fix grammar in fragment processing algorithm.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed committed Jan 20, 2025
1 parent c9dd340 commit 294c174
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2244,11 +2244,11 @@ <h2>Algorithms</h2>

<p>
This section defines algorithms used by this specification including
instructions on how to base-encode and base-decode values, safely retrieve
verification methods, retrieve document fragments, and produce processing error
descriptions over HTTP channels. Alternatives to the algorithms provided in this
section MAY be used as long as the outputs of the alternative algorithm remain
the same.
instructions on the following: how to base-encode and base-decode values;
how to safely retrieve verification methods; how to retrieve document
fragments; and how to produce descriptions of processing errors over HTTP
channels. Alternatives to the algorithms provided in this section MAY be
used as long as the outputs of the alternative algorithm remain the same.
</p>

<section class="normative">
Expand Down

0 comments on commit 294c174

Please sign in to comment.