Rollup merge of #23829 - huachaohuang:master, r=Manishearth

This commit is contained in:
Manish Goregaokar 2015-03-29 18:22:16 +05:30
commit 9147463678

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;