From 0d6ffb278dacb7191608298c308ecdadb9dfd287 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Tue, 10 Dec 2024 15:14:45 -0800 Subject: [PATCH] Lowercase the title to match recent changes --- source-map.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-map.bs b/source-map.bs index fc8435d..9f73890 100644 --- a/source-map.bs +++ b/source-map.bs @@ -800,7 +800,7 @@ Section objects have the following fields: The sections shall be sorted by starting position and the represented sections shall not overlap. -## Decoding an Index Map ## {#decoding-index-map} +## Decoding an index map ## {#decoding-index-map} To decode an index source map given a [=string=]-keyed [=/map=] |jsonMap| and a [=/URL=] |baseURL|, run the following steps: