We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dda95c1 + 59ed84a commit 01ce2d0Copy full SHA for 01ce2d0
src/doc/rustdoc/src/write-documentation/re-exports.md
@@ -86,7 +86,7 @@ pub use self::Hidden as InlinedHidden;
86
```
87
88
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:
+`#[doc(hidden)]`, then these ones (and only these) won't appear in the documentation:
90
91
```rust,ignore (inline)
92
mod private_mod {
0 commit comments