about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-01-10 16:31:37 -0500
committerGitHub <noreply@github.com>2021-01-10 16:31:37 -0500
commit21717f0c172ed99aa398fbb2c4dcf059639bf98f (patch)
tree5c19ba2be8e354d181ea90c99457fd00c0a2edb8
parentdb0b4166564b235c29e6eaf371ad29330da7b851 (diff)
downloadrust-21717f0c172ed99aa398fbb2c4dcf059639bf98f.tar.gz
rust-21717f0c172ed99aa398fbb2c4dcf059639bf98f.zip
Fix typo
Co-authored-by: Camelid <camelidcamel@gmail.com>
-rw-r--r--src/doc/rustdoc/src/linking-to-items-by-name.md2
1 files changed, 1 insertions, 1 deletions
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 1da54864a8e..eb7ef78a659 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.