about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-08-19 19:42:07 +0800
committerGitHub <noreply@github.com>2025-08-19 19:42:07 +0800
commitb4a88c8d07508fb72b7bf1d09d6a71884cfa5e40 (patch)
treea536f0d2ca31be64f11bbaddb21575920e6263d9 /src/librustdoc/html/static/js
parent2d058708975587e2ef189489e34b7c78efcfcc42 (diff)
parent2050a3b297d8878f232d28d48aa1a3a12d1616ee (diff)
downloadrust-b4a88c8d07508fb72b7bf1d09d6a71884cfa5e40.tar.gz
rust-b4a88c8d07508fb72b7bf1d09d6a71884cfa5e40.zip
Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol
run spellcheck as a tidy extra check in ci

This is probably how it should've been done from the start.

r? ``@Kobzol``
Diffstat (limited to 'src/librustdoc/html/static/js')
-rw-r--r--src/librustdoc/html/static/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/js/main.js b/src/librustdoc/html/static/js/main.js
index af43fd48dd1..20fc6b75d37 100644
--- a/src/librustdoc/html/static/js/main.js
+++ b/src/librustdoc/html/static/js/main.js
@@ -1649,7 +1649,7 @@ function preLoadCss(cssUrl) {
             ["&#9166;", "Go to active search result"],
             ["+", "Expand all sections"],
             ["-", "Collapse all sections"],
-            // for the sake of brevity, we don't say "inherint impl blocks",
+            // for the sake of brevity, we don't say "inherit impl blocks",
             // although that would be more correct,
             // since trait impl blocks are collapsed by -
             ["_", "Collapse all sections, including impl blocks"],