Skip to content

Commit 8c0ae83

Browse files
authored
Fix comment
Gt => Greater than => `>` Ge => Greater equal => `>=`
1 parent ea1e5cc commit 8c0ae83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: compiler/rustc_ast/src/token.rs

+2-2
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)