Skip to content

Commit a52b01b

Browse files
committed
Auto merge of #51101 - 11Takanori:fix-typo, r=frewsxcv
Fix typo in macro_parser.rs innacurate -> inaccurate
2 parents 7d218fc + f386cda commit a52b01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ext/tt/macro_parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! `NamedMatch`es at the very end. It'd be a pain, and require more memory to keep around old
1919
//! items, but it would also save overhead)
2020
//!
21-
//! We don't say this parser uses the Earley algorithm, because it's unnecessarily innacurate.
21+
//! We don't say this parser uses the Earley algorithm, because it's unnecessarily inaccurate.
2222
//! The macro parser restricts itself to the features of finite state automata. Earley parsers
2323
//! can be described as an extension of NFAs with completion rules, prediction rules, and recursion.
2424
//!

0 commit comments

Comments
 (0)