Skip to content

Commit a2cc4ae

Browse files
authored
Merge pull request #2376 from smanilov/patch-5
Fix minor typo in rustdoc-internals.md
2 parents 380a77e + 374f53e commit a2cc4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rustdoc-internals.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ The first step in [`clean::utils::krate`][ck1] is to invoke
5555
* inlining public `use` exports of private items, or showing a "Reexport"
5656
line in the module page
5757
* inlining items with `#[doc(hidden)]` if the base item is hidden but the
58-
* showing `#[macro_export]`-ed macros at the crate root, regardless of where
59-
they're defined reexport is not
58+
* showing `#[macro_export]`-ed macros at the crate root, regardless of whether
59+
they're defined as a reexport or not
6060

6161
After this step, `clean::krate` invokes [`clean_doc_module`], which actually
6262
converts the `HIR` items to the cleaned [`AST`][ast]. This is also the step where cross-

0 commit comments

Comments
 (0)