Fixed typo in re-exports.md
own't -> won't
This commit is contained in:
parent
8ed4537d7c
commit
59ed84a5b8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ pub use self::Hidden as InlinedHidden;
|
||||||
```
|
```
|
||||||
|
|
||||||
The same applies on re-exports themselves: if you have multiple re-exports and some of them have
|
The same applies on re-exports themselves: if you have multiple re-exports and some of them have
|
||||||
`#[doc(hidden)]`, then these ones (and only these) own't appear in the documentation:
|
`#[doc(hidden)]`, then these ones (and only these) won't appear in the documentation:
|
||||||
|
|
||||||
```rust,ignore (inline)
|
```rust,ignore (inline)
|
||||||
mod private_mod {
|
mod private_mod {
|
||||||
|
|
Loading…
Add table
Reference in a new issue