Skip to content

Commit fa31841

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

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
@@ -322,7 +322,7 @@ impl ast::Literal {
322322

323323
match token.kind() {
324324
INT_NUMBER => {
325-
// FYI: there was a bug here previously, thus an if statement here is necessary.
325+
// FYI: there was a bug here previously, thus an if statement bellow is necessary.
326326
// 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.

0 commit comments

Comments
 (0)