Skip to content

Commit 6d66068

Browse files
committed
Fix typo
1 parent e1a9461 commit 6d66068

File tree

1 file changed

+1
-1
lines changed
  • crates/ra_hir_expand/src

1 file changed

+1
-1
lines changed

crates/ra_hir_expand/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub fn parse_macro_with_arg(
277277
Some((parse, Arc::new(rev_token_map)))
278278
} else {
279279
// FIXME:
280-
// In future, we should proprate the actual error with recovery information
280+
// In future, we should propagate the actual error with recovery information
281281
// instead of ignore the error here.
282282

283283
// Safe check for recurisve identity macro

0 commit comments

Comments
 (0)