about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-01-12 16:41:25 -0500
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-01-15 13:36:53 -0500
commite168aa385b9afb6c84071a09910724bdde3dfc5f (patch)
tree550d6318fb18091ea7959bd550bdf1f646b1137f /src/test/rustdoc
parent90fcd4476c6346fad0aa4a952da0ebec39ff9d4e (diff)
downloadrust-e168aa385b9afb6c84071a09910724bdde3dfc5f.tar.gz
rust-e168aa385b9afb6c84071a09910724bdde3dfc5f.zip
Reexport -> re-export in prose and documentation comments
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/inline_cross/auxiliary/rustdoc-nonreachable-impls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/inline_cross/auxiliary/rustdoc-nonreachable-impls.rs b/src/test/rustdoc/inline_cross/auxiliary/rustdoc-nonreachable-impls.rs
index 22a311d5797..5fee36959c2 100644
--- a/src/test/rustdoc/inline_cross/auxiliary/rustdoc-nonreachable-impls.rs
+++ b/src/test/rustdoc/inline_cross/auxiliary/rustdoc-nonreachable-impls.rs
@@ -36,7 +36,7 @@ pub mod hidden {
     pub struct Wobble;
 
 
-    // these should only be shown if they're reexported correctly
+    // these should only be shown if they're re-exported correctly
     impl Qux for ::Foo {}
     impl Qux for Wobble {}
     impl ::Bark for Wobble {}