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 eea4a9a + b2531ba commit 8d8b42dCopy full SHA for 8d8b42d
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