Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
as many a possible→as many as possible
  • Loading branch information
hippietrail authored Jan 22, 2025
1 parent 9606d3e commit ed4bae6
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 ed4bae6

Please sign in to comment.