mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 03:45:04 +00:00
fix doc typo
This commit is contained in:
parent
a77cf8e189
commit
c7f5021de1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
//! abstract token parsing, and string tokenization as completely separate
|
||||
//! layers.
|
||||
//!
|
||||
//! 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
|
||||
//! that needs to live somewhere. Rather than putting it to lexer or parser, we
|
||||
//! use a separate shortcuts module for that.
|
||||
|
||||
|
|
Loading…
Reference in a new issue