This commit is contained in:
Gabor Szabo 2025-04-10 08:48:51 +03:00
parent 3052fe3827
commit 4c7e85ba82

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,