mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 19:17:12 +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…
Add table
Add a link
Reference in a new issue