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.
1 parent 4bc4a5b commit 54a9d94Copy full SHA for 54a9d94
src/librustdoc/passes/collect_intra_doc_links.rs
@@ -1000,7 +1000,7 @@ fn preprocess_link(
1000
// If there's no backticks, be lenient and revert to the old behavior.
1001
// This is to prevent churn by linting on stuff that isn't meant to be a link.
1002
// only shortcut links have simple enough syntax that they
1003
- // are likely to be written accidentlly, collapsed and reference links
+ // are likely to be written accidentally, collapsed and reference links
1004
// need 4 metachars, and reference links will not usually use
1005
// backticks in the reference name.
1006
// therefore, only shortcut syntax gets the lenient behavior.
0 commit comments