From 6d6606895cf15998a71a23c6d5e78dc955153b4e Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Sat, 21 Mar 2020 23:08:53 +0800 Subject: Fix typo --- crates/ra_hir_expand/src/db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_hir_expand') diff --git a/crates/ra_hir_expand/src/db.rs b/crates/ra_hir_expand/src/db.rs index 4421d187b..5a696542f 100644 --- a/crates/ra_hir_expand/src/db.rs +++ b/crates/ra_hir_expand/src/db.rs @@ -277,7 +277,7 @@ pub fn parse_macro_with_arg( Some((parse, Arc::new(rev_token_map))) } else { // FIXME: - // In future, we should proprate the actual error with recovery information + // In future, we should propagate the actual error with recovery information // instead of ignore the error here. // Safe check for recurisve identity macro -- cgit v1.2.3