Skip to content

Commit 92dad47

Browse files
matkladbjorn3
andauthored
Update crates/parser/src/lexed_str.rs
Co-authored-by: bjorn3 <[email protected]>
1 parent a022ad6 commit 92dad47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/parser/src/lexed_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Lexing `&str` into a sequence of Rust tokens.
22
//!
33
//! 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
4+
//! on tokens which originated from text. Macros, eg, can synthesize tokens out
55
//! of thin air. So, ideally, lexer should be an orthogonal crate. It is however
66
//! convenient to include a text-based lexer here!
77
//!

0 commit comments

Comments
 (0)