We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4f7d11 + 4c7e85b commit 98088c9Copy full SHA for 98088c9
src/renderer/html_handlebars/hbs_renderer.rs
@@ -696,7 +696,7 @@ fn build_header_links(html: &str) -> String {
696
.into_owned()
697
}
698
699
-/// 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
700
/// unique ID by appending an auto-incremented number (if necessary).
701
fn insert_link_into_header(
702
level: usize,
0 commit comments