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 297663c commit 70fdf9bCopy full SHA for 70fdf9b
templates/rustdoc/navigation.html
@@ -228,7 +228,7 @@
228
<span class="title"> Platform</span>
229
</a>
230
231
- {# Build the dropdown list showing avaliable targets #}
+ {# Build the dropdown list showing available targets #}
232
<ul class="pure-menu-children">
233
{%- for target in krate.doc_targets -%}
234
{%- set target_url = "/crate/" ~ krate.name ~ "/" ~ krate.version ~ "/target-redirect/" ~ target ~ "/" ~ inner_path -%}
0 commit comments