From fa31841f1f497f84ceb15c0a8636a2bf836705da Mon Sep 17 00:00:00 2001
From: Veetaha <gerzoh1@gmail.com>
Date: Wed, 22 Jan 2020 12:39:56 +0200
Subject: Fixed a typo

---
 crates/ra_syntax/src/ast/expr_extensions.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'crates/ra_syntax/src/ast')

diff --git a/crates/ra_syntax/src/ast/expr_extensions.rs b/crates/ra_syntax/src/ast/expr_extensions.rs
index 69de23d58..539759450 100644
--- a/crates/ra_syntax/src/ast/expr_extensions.rs
+++ b/crates/ra_syntax/src/ast/expr_extensions.rs
@@ -322,7 +322,7 @@ impl ast::Literal {
 
         match token.kind() {
             INT_NUMBER => {
-                // FYI: there was a bug here previously, thus an if statement here is necessary.
+                // FYI: there was a bug here previously, thus an if statement bellow is necessary.
                 // The lexer treats e.g. `1f64` as an integer literal. See
                 // https://github.com/rust-analyzer/rust-analyzer/issues/1592
                 // and the comments on the linked PR.
-- 
cgit v1.2.3