Skip to content

Commit 9d20811

Browse files
committed
Edit wording
1 parent fab5a1b commit 9d20811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ And the macro parser entry point is [`Parser::parse_nonterminal()`][parse_nonter
6060
Parsing is performed with a set of `Parser` utility methods including `bump`,
6161
`check`, `eat`, `expect`, `look_ahead`.
6262

63-
Parsing is organized by the semantic construct that is being parsed. Separate
64-
`parse_*` methods can be found in [`rustc_parse` `parser`][rustc_parse_parser_dir]
63+
Parsing is organized by semantic construct. Separate
64+
`parse_*` methods can be found in the [`rustc_parse`][rustc_parse_parser_dir]
6565
directory. The source file name follows the construct name. For example, the
6666
following files are found in the parser:
6767

0 commit comments

Comments
 (0)