Auto merge of #115725 - PhilVoel:patch-1, r=notriddle
Fixed typo in re-exports.md own't -> won't
This commit is contained in:
commit
01ce2d0ea1
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
|
||||
`#[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)
|
||||
mod private_mod {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue