From ea585370c83013287cc5ab95d48bd0aa9b83c2d0 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 14 Mar 2023 05:35:31 +0200 Subject: [PATCH] typo --- src/rustdoc-internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustdoc-internals.md b/src/rustdoc-internals.md index 9c6ffe05..61fd67b8 100644 --- a/src/rustdoc-internals.md +++ b/src/rustdoc-internals.md @@ -102,7 +102,7 @@ Here is the list of passes as of 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