about summary refs log tree commit diff
path: root/src/librustdoc/scrape_examples.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/scrape_examples.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/scrape_examples.rs')
-rw-r--r--src/librustdoc/scrape_examples.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/scrape_examples.rs b/src/librustdoc/scrape_examples.rs
index f28c164d61d..dfa99ffcb7c 100644
--- a/src/librustdoc/scrape_examples.rs
+++ b/src/librustdoc/scrape_examples.rs
@@ -286,7 +286,7 @@ pub(crate) fn run(
         let (cx, _) = Context::init(krate, renderopts, cache, tcx).map_err(|e| e.to_string())?;
 
         // Collect CrateIds corresponding to provided target crates
-        // If two different versions of the crate in the dependency tree, then examples will be collcted from both.
+        // If two different versions of the crate in the dependency tree, then examples will be collected from both.
         let all_crates = tcx
             .crates(())
             .iter()