diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-29 18:22:16 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-29 18:22:16 +0530 |
| commit | 9147463678341db09c36d1a24a643b8ba4e3be73 (patch) | |
| tree | 20c3057b5d8aeb0a734f878bb4cf4c743a29ee4e | |
| parent | 963bf1db61061f736cc6f8deb9e87c7415464d7e (diff) | |
| parent | 58c7d6f3e1dc3c09d7362d5dffbecc8d37ad483a (diff) | |
| download | rust-9147463678341db09c36d1a24a643b8ba4e3be73.tar.gz rust-9147463678341db09c36d1a24a643b8ba4e3be73.zip | |
Rollup merge of #23829 - huachaohuang:master, r=Manishearth
| -rw-r--r-- | src/doc/trpl/documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index 43b49c09ae4..a71d9d8019c 100644 --- a/src/doc/trpl/documentation.md +++ b/src/doc/trpl/documentation.md @@ -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; |
