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 4c59060 commit 70e5fa2Copy full SHA for 70e5fa2
src/web/mod.rs
@@ -170,7 +170,7 @@ impl MatchedRelease {
170
}
171
172
173
- /// Canonicalize the the version from the request
+ /// Canonicalize the version from the request
174
///
175
/// Mainly:
176
/// * "newest"/"*" or empty -> "latest" in the URL
templates/rustdoc/topbar.html
@@ -80,7 +80,7 @@
80
</li>
81
{%- endif -%}
82
83
- {# If a the crate has a repo url, show it #}
+ {# If the crate has a repo url, show it #}
84
{%- if let Some(repository_url) = krate.repository_url -%}
85
<li class="pure-menu-item">
86
<a href="{{ repository_url }}" class="pure-menu-link">
0 commit comments