Merge pull request #18770 from Erithax/patch-1

fix doc typo
This commit is contained in:
Laurențiu Nicola 2024-12-27 22:28:38 +00:00 committed by GitHub
commit 8d8b42df66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.