Skip to content

Commit 70e5fa2

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent 4c59060 commit 70e5fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/web/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ impl MatchedRelease {
170170
}
171171
}
172172

173-
/// Canonicalize the the version from the request
173+
/// Canonicalize the version from the request
174174
///
175175
/// Mainly:
176176
/// * "newest"/"*" or empty -> "latest" in the URL

templates/rustdoc/topbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</li>
8181
{%- endif -%}
8282

83-
{# If a the crate has a repo url, show it #}
83+
{# If the crate has a repo url, show it #}
8484
{%- if let Some(repository_url) = krate.repository_url -%}
8585
<li class="pure-menu-item">
8686
<a href="{{ repository_url }}" class="pure-menu-link">

0 commit comments

Comments
 (0)