From 21717f0c172ed99aa398fbb2c4dcf059639bf98f Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sun, 10 Jan 2021 16:31:37 -0500 Subject: [PATCH] Fix typo Co-authored-by: Camelid --- src/doc/rustdoc/src/linking-to-items-by-name.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustdoc/src/linking-to-items-by-name.md b/src/doc/rustdoc/src/linking-to-items-by-name.md index 1da54864a8ec..eb7ef78a6596 100644 --- a/src/doc/rustdoc/src/linking-to-items-by-name.md +++ b/src/doc/rustdoc/src/linking-to-items-by-name.md @@ -135,7 +135,7 @@ when the item is re-exported. If a link from another crate fails to resolve, no warning is given. When re-exporting an item, rustdoc allows adding additional documentation to it. -That additional documentation will be resolved in scope of the re-export, not +That additional documentation will be resolved in the scope of the re-export, not the original, allowing you to link to items in the new crate. The new links will still give a warning if they fail to resolve.