Skip to content

Commit 9147463

Browse files
committed
Rollup merge of rust-lang#23829 - huachaohuang:master, r=Manishearth
2 parents 963bf1d + 58c7d6f commit 9147463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ can be useful when changing some options, or when writing a macro.
517517

518518
### Re-exports
519519

520-
`rustdoc` will show the documentation for a publc re-export in both places:
520+
`rustdoc` will show the documentation for a public re-export in both places:
521521

522522
```ignore
523523
extern crate foo;

0 commit comments

Comments
 (0)