docs: fix typo in searcher comment

This commit is contained in:
Codex 2026-04-13 10:08:59 +08:00 committed by Eric Huss
parent 2bad8058fc
commit ed5830144c

View file

@ -142,7 +142,7 @@ window.search = window.search || {};
const teaser = makeTeaser(escapeHTML(result.doc.body), searchterms);
teaser_count++;
// The ?URL_MARK_PARAM= parameter belongs inbetween the page and the #heading-anchor
// The ?URL_MARK_PARAM= parameter belongs in between the page and the #heading-anchor
const url = doc_urls[result.ref].split('#');
if (url.length === 1) { // no anchor found
url.push('');