Fix comment
Gt => Greater than => `>` Ge => Greater equal => `>=`
This commit is contained in:
@@ -238,9 +238,9 @@ pub enum TokenKind {
|
||||
EqEq,
|
||||
/// `!=`
|
||||
Ne,
|
||||
/// `>`
|
||||
Ge,
|
||||
/// `>=`
|
||||
Ge,
|
||||
/// `>`
|
||||
Gt,
|
||||
/// `&&`
|
||||
AndAnd,
|
||||
|
||||
Reference in New Issue
Block a user