Skip to content

Commit 59ed84a

Browse files
authored
Fixed typo in re-exports.md
own't -> won't
1 parent 8ed4537 commit 59ed84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/write-documentation/re-exports.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub use self::Hidden as InlinedHidden;
8686
```
8787

8888
The same applies on re-exports themselves: if you have multiple re-exports and some of them have
89-
`#[doc(hidden)]`, then these ones (and only these) own't appear in the documentation:
89+
`#[doc(hidden)]`, then these ones (and only these) won't appear in the documentation:
9090

9191
```rust,ignore (inline)
9292
mod private_mod {

0 commit comments

Comments
 (0)