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.