about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-09 10:13:54 -0400
committerJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-16 21:44:12 -0400
commitbb2f23c34f805e3df0baec1ac9b9cd8669b5f4be (patch)
treeea86936eaea9e9949fc58cd677d493a601f7cbef /src/librustdoc/html/markdown.rs
parentc6fb7b9815aea87fb5ced1c683212871699c907c (diff)
downloadrust-bb2f23c34f805e3df0baec1ac9b9cd8669b5f4be.tar.gz
rust-bb2f23c34f805e3df0baec1ac9b9cd8669b5f4be.zip
Spelling librustdoc
* associated
* collected
* correspondence
* inlining
* into
* javascript
* multiline
* variadic

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'src/librustdoc/html/markdown.rs')
-rw-r--r--src/librustdoc/html/markdown.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/markdown.rs b/src/librustdoc/html/markdown.rs
index 00aadb8e82a..4b0aee9c3ad 100644
--- a/src/librustdoc/html/markdown.rs
+++ b/src/librustdoc/html/markdown.rs
@@ -1392,7 +1392,7 @@ static DEFAULT_ID_MAP: Lazy<FxHashMap<Cow<'static, str>, usize>> = Lazy::new(||
 
 fn init_id_map() -> FxHashMap<Cow<'static, str>, usize> {
     let mut map = FxHashMap::default();
-    // This is the list of IDs used in Javascript.
+    // This is the list of IDs used in JavaScript.
     map.insert("help".into(), 1);
     map.insert("settings".into(), 1);
     map.insert("not-displayed".into(), 1);