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 eea4a9a commit b2531baCopy full SHA for b2531ba
src/tools/rust-analyzer/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