From 58c7d6f3e1dc3c09d7362d5dffbecc8d37ad483a Mon Sep 17 00:00:00 2001 From: Huachao Huang Date: Sun, 29 Mar 2015 18:22:01 +0800 Subject: [PATCH] Fix typo --- src/doc/trpl/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index 43b49c09ae4ac..a71d9d8019ce0 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;