This commit is contained in:
Huachao Huang 2015-03-29 18:22:01 +08:00
parent 227b46bded
commit 58c7d6f3e1

View File

@ -517,7 +517,7 @@ can be useful when changing some options, or when writing a macro.
### Re-exports
`rustdoc` will show the documentation for a publc re-export in both places:
`rustdoc` will show the documentation for a public re-export in both places:
```ignore
extern crate foo;