Skip to content

Commit 81071c6

Browse files
committed
Updated parenthetical
1 parent 7c2af89 commit 81071c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/rustdoc.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Here is current (as of this writing) list of passes:
116116
markdown to like it. This is necessary because the convention for writing
117117
documentation is to provide a space between the `///` or `//!` marker and the
118118
text, and stripping that leading space will make the text easier to parse by
119-
the Markdown parser. (In my experience it's less necessary now that we have a
120-
Commonmark-compliant parser, since it doesn't have a problem with headers
121-
that have a space before the `##` that marks the heading.)
119+
the Markdown parser. (In the past, the markdown parser used was not Commonmark-
120+
compliant, which caused annoyances with extra whitespace but this seems to be
121+
less of an issue today.)
122122
- `strip-priv-imports` strips all private import statements (`use`, `extern
123123
crate`) from a crate. This is necessary because rustdoc will handle *public*
124124
imports by either inlining the item's documentation to the module or creating

0 commit comments

Comments
 (0)