Skip to content

Commit 1ac1050

Browse files
author
Veetaha
committed
Fixed a typo
1 parent b6be1b6 commit 1ac1050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_syntax/src/ast/expr_extensions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ impl ast::Literal {
323323
match token.kind() {
324324
INT_NUMBER => {
325325
// FYI: there was a bug here previously, thus an if statement here is necessary.
326-
// The lexer treated e.g. `1f64` as an integer literal. See
326+
// The lexer treats e.g. `1f64` as an integer literal. See
327327
// https://github.com/rust-analyzer/rust-analyzer/issues/1592
328328
// and the comments on the linked PR.
329329

0 commit comments

Comments
 (0)