From e8a5fb434d560b2a78a2b048bf11687bdd6adc80 Mon Sep 17 00:00:00 2001 From: phynalle Date: Wed, 9 Jun 2021 04:51:28 +0900 Subject: Fix typo --- crates/hir_expand/src/db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_expand') diff --git a/crates/hir_expand/src/db.rs b/crates/hir_expand/src/db.rs index 3ebe194e4..18a05579f 100644 --- a/crates/hir_expand/src/db.rs +++ b/crates/hir_expand/src/db.rs @@ -85,7 +85,7 @@ impl TokenExpander { pub trait AstDatabase: SourceDatabase { fn ast_id_map(&self, file_id: HirFileId) -> Arc; - /// Main public API -- parsis a hir file, not caring whether it's a real + /// Main public API -- parses a hir file, not caring whether it's a real /// file or a macro expansion. #[salsa::transparent] fn parse_or_expand(&self, file_id: HirFileId) -> Option; -- cgit v1.2.3