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