Merge pull request #2659 from szabgab/fix-typo-in-template

fix typo in template
This commit is contained in:
Eric Huss 2025-04-16 20:46:35 +00:00 committed by GitHub
commit 98088c91dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -696,7 +696,7 @@ fn build_header_links(html: &str) -> String {
.into_owned()
}
/// Insert a sinle link into a header, making sure each link gets its own
/// Insert a single link into a header, making sure each link gets its own
/// unique ID by appending an auto-incremented number (if necessary).
fn insert_link_into_header(
level: usize,