We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4dfb76 + c2a365d commit 8d5291cCopy full SHA for 8d5291c
1 file changed
src/doc/rustdoc/src/command-line-arguments.md
@@ -94,7 +94,7 @@ $ rustdoc src/lib.rs --document-private-items
94
By default, `rustdoc` only documents items that are publicly reachable.
95
96
```rust
97
-pub fn public() {} // this item is public and will documented
+pub fn public() {} // this item is public and will be documented
98
mod private { // this item is private and will not be documented
99
pub fn unreachable() {} // this item is public, but unreachable, so it will not be documented
100
}
0 commit comments