Skip to content

Commit 6d521ec

Browse files
Fix punctuation in rustdoc book
1 parent 131433a commit 6d521ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/advanced-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The features listed on this page fall outside the rest of the main categories.
44

55
## `#[cfg(doc)]`: Documenting platform-/feature-specific information
66

7-
For conditional compilation, Rustdoc treats your crate the same way the compiler does: Only things
7+
For conditional compilation, Rustdoc treats your crate the same way the compiler does. Only things
88
from the host target are available (or from the given `--target` if present), and everything else is
99
"filtered out" from the crate. This can cause problems if your crate is providing different things
1010
on different targets and you want your documentation to reflect all the available items you

0 commit comments

Comments
 (0)