From 294c174a8e28124d6aed93c56112c80ff5ead682 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Mon, 20 Jan 2025 13:26:57 -0500 Subject: [PATCH] Fix grammar in fragment processing algorithm. Co-authored-by: Ted Thibodeau Jr --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index ebf586f..aecd9bc 100644 --- a/index.html +++ b/index.html @@ -2244,11 +2244,11 @@

Algorithms

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.