Fixed typo in re-exports.md

own't -> won't
This commit is contained in:
PhilVoel 2023-09-10 02:54:37 +02:00 committed by GitHub
parent 8ed4537d7c
commit 59ed84a5b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {