Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 26970b8

Browse files
committed
Auto merge of rust-lang#115725 - PhilVoel:patch-1, r=notriddle
Fixed typo in re-exports.md own't -> won't
2 parents ffe131f + 59ed84a commit 26970b8

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

Lines changed: 1 addition & 1 deletion
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)