Skip to content

Commit b2531ba

Browse files
authored
fix doc typo
1 parent eea4a9a commit b2531ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/parser/src/shortcuts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! abstract token parsing, and string tokenization as completely separate
66
//! layers.
77
//!
8-
//! However, often you do pares text into syntax trees and the glue code for
8+
//! However, often you do parse text into syntax trees and the glue code for
99
//! that needs to live somewhere. Rather than putting it to lexer or parser, we
1010
//! use a separate shortcuts module for that.
1111

0 commit comments

Comments
 (0)