fixed spelling of ain't

pull/6/head
ondra05 2022-03-02 11:36:08 +01:00
parent c3a51e3221
commit d47bd65387
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ pub enum Token {
#[token("!=")]
NotEqual,
#[regex("!|aint")] // also add aint as a not keyword
#[regex("!|ain't")]
Not,
// Keywords