Skip to content

Commit 98088c9

Browse files
authored
Merge pull request #2659 from szabgab/fix-typo-in-template
fix typo in template
2 parents a4f7d11 + 4c7e85b commit 98088c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/html_handlebars/hbs_renderer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ fn build_header_links(html: &str) -> String {
696696
.into_owned()
697697
}
698698

699-
/// Insert a sinle link into a header, making sure each link gets its own
699+
/// Insert a single link into a header, making sure each link gets its own
700700
/// unique ID by appending an auto-incremented number (if necessary).
701701
fn insert_link_into_header(
702702
level: usize,

0 commit comments

Comments
 (0)