Fix comment
Gt => Greater than => `>` Ge => Greater equal => `>=`
This commit is contained in:
parent
ea1e5cc91f
commit
8c0ae83723
1 changed files with 2 additions and 2 deletions
|
@ -238,9 +238,9 @@ pub enum TokenKind {
|
||||||
EqEq,
|
EqEq,
|
||||||
/// `!=`
|
/// `!=`
|
||||||
Ne,
|
Ne,
|
||||||
/// `>`
|
|
||||||
Ge,
|
|
||||||
/// `>=`
|
/// `>=`
|
||||||
|
Ge,
|
||||||
|
/// `>`
|
||||||
Gt,
|
Gt,
|
||||||
/// `&&`
|
/// `&&`
|
||||||
AndAnd,
|
AndAnd,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue