about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-03-14 05:35:31 +0200
committerTshepang Mbambo <tshepang@gmail.com>2023-03-14 05:50:20 +0200
commitdd1d0cd1dc0cde38cf6eb993f4cec5b07ee62ad3 (patch)
tree370b7228b48a795a9e617f039e24028f30e773ac /src/doc/rustc-dev-guide
parentf1faa1139fb33dfc56a9e7e37043b19de664b236 (diff)
downloadrust-dd1d0cd1dc0cde38cf6eb993f4cec5b07ee62ad3.tar.gz
rust-dd1d0cd1dc0cde38cf6eb993f4cec5b07ee62ad3.zip
typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/rustdoc-internals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc-internals.md b/src/doc/rustc-dev-guide/src/rustdoc-internals.md
index 9c6ffe05545..61fd67b8317 100644
--- a/src/doc/rustc-dev-guide/src/rustdoc-internals.md
+++ b/src/doc/rustc-dev-guide/src/rustdoc-internals.md
@@ -102,7 +102,7 @@ Here is the list of passes as of <!-- date-check --> March 2023:
 
 - `propagate-doc-cfg` propagates `#[doc(cfg(...))]` to child items.
 
-- `run-lints` runs some of rustdoc's lints, defind in `passes/lint`. This is
+- `run-lints` runs some of rustdoc's lints, defined in `passes/lint`. This is
   the last pass to run.
 
   - `bare_urls` detects links that are not linkified, e.g., in Markdown such as