Skip to content

Commit

Permalink
Merge pull request #18770 from Erithax/patch-1
Browse files Browse the repository at this point in the history
fix doc typo
  • Loading branch information
lnicola authored Dec 27, 2024
2 parents a77cf8e + c7f5021 commit d3bb15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/parser/src/shortcuts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3bb15e

Please sign in to comment.