Skip to content

Commit 8d8b42d

Browse files
authored
Merge pull request rust-lang#18770 from Erithax/patch-1
fix doc typo
2 parents eea4a9a + b2531ba commit 8d8b42d

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)