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.
2 parents a77cf8e + c7f5021 commit d3bb15eCopy full SHA for d3bb15e
crates/parser/src/shortcuts.rs
@@ -5,7 +5,7 @@
5
//! abstract token parsing, and string tokenization as completely separate
6
//! layers.
7
//!
8
-//! However, often you do pares text into syntax trees and the glue code for
+//! However, often you do parse text into syntax trees and the glue code for
9
//! that needs to live somewhere. Rather than putting it to lexer or parser, we
10
//! use a separate shortcuts module for that.
11
0 commit comments