Skip to content

Commit 01ce2d0

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 dda95c1 + 59ed84a commit 01ce2d0

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)