Skip to content

Commit f5578f0

Browse files
brian030128quininer
authored andcommitted
Fix comment
Gt => Greater than => `>` Ge => Greater equal => `>=`
1 parent 8f11596 commit f5578f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_ast/src/token.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ pub enum TokenKind {
238238
EqEq,
239239
/// `!=`
240240
Ne,
241-
/// `>`
242-
Ge,
243241
/// `>=`
242+
Ge,
243+
/// `>`
244244
Gt,
245245
/// `&&`
246246
AndAnd,

0 commit comments

Comments
 (0)