diff options
| author | Huachao Huang <huachao.huang@gmail.com> | 2015-03-29 18:22:01 +0800 |
|---|---|---|
| committer | Huachao Huang <huachao.huang@gmail.com> | 2015-03-29 18:22:01 +0800 |
| commit | 58c7d6f3e1dc3c09d7362d5dffbecc8d37ad483a (patch) | |
| tree | 366289b951990294c5067fc4951499919468f21d | |
| parent | 227b46bdede794d5c8476b810bb1c30926bd9c04 (diff) | |
| download | rust-58c7d6f3e1dc3c09d7362d5dffbecc8d37ad483a.tar.gz rust-58c7d6f3e1dc3c09d7362d5dffbecc8d37ad483a.zip | |
Fix typo
| -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; |
