Skip to content

Commit

Permalink
Merge pull request #462 from hippietrail/patch-3
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
elijah-potter authored Jan 22, 2025
2 parents 9606d3e + ed4bae6 commit 9966d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harper-core/src/parsers/plain_english.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use super::Parser;
use crate::lexing::{lex_token, FoundToken};
use crate::{Span, Token};

/// A parser that will attempt to lex as many tokens a possible,
/// A parser that will attempt to lex as many tokens as possible,
/// without discrimination and until the end of input.
#[derive(Clone, Copy)]
pub struct PlainEnglish;
Expand Down

0 comments on commit 9966d2a

Please sign in to comment.