Skip to content

Commit 5581464

Browse files
authored
Update token.rs
1 parent 4ac269d commit 5581464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_ast/src/token.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ pub enum TokenKind {
231231
/* Expression-operator symbols. */
232232
/// `=`
233233
Eq,
234-
/// `>`
234+
/// `<`
235235
Lt,
236236
/// `<=`
237237
Le,

0 commit comments

Comments
 (0)