We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a022ad6 commit 92dad47Copy full SHA for 92dad47
crates/parser/src/lexed_str.rs
@@ -1,7 +1,7 @@
1
//! Lexing `&str` into a sequence of Rust tokens.
2
//!
3
//! Note that strictly speaking the parser in this crate is not required to work
4
-//! on tokens which originated from text. Macros, eg, can synthesize tokes out
+//! on tokens which originated from text. Macros, eg, can synthesize tokens out
5
//! of thin air. So, ideally, lexer should be an orthogonal crate. It is however
6
//! convenient to include a text-based lexer here!
7
0 commit comments