Skip to content

Commit e2c733c

Browse files
tshepangmark-i-m
authored andcommitted
it is rustc_parse, not rustc_parser
1 parent d3f1ef2 commit e2c733c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/the-parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ macro-expansion).
2525

2626
The parser is defined in [`librustc_parse`][librustc_parse], along with a
2727
high-level interface to the lexer and some validation routines that run after
28-
macro expansion. In particular, the [`rustc_parser::parser`][parser] contains
28+
macro expansion. In particular, the [`rustc_parse::parser`][parser] contains
2929
the parser implementation.
3030

3131
The main entrypoint to the parser is via the various `parse_*` functions in the

0 commit comments

Comments
 (0)