Merge pull request #2659 from szabgab/fix-typo-in-template
fix typo in template
This commit is contained in:
commit
98088c91dd
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ fn build_header_links(html: &str) -> String {
|
||||||
.into_owned()
|
.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).
|
/// unique ID by appending an auto-incremented number (if necessary).
|
||||||
fn insert_link_into_header(
|
fn insert_link_into_header(
|
||||||
level: usize,
|
level: usize,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue