We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1a40f9 + e8a5fb4 commit a60978dCopy full SHA for a60978d
crates/hir_expand/src/db.rs
@@ -85,7 +85,7 @@ impl TokenExpander {
85
pub trait AstDatabase: SourceDatabase {
86
fn ast_id_map(&self, file_id: HirFileId) -> Arc<AstIdMap>;
87
88
- /// 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
89
/// file or a macro expansion.
90
#[salsa::transparent]
91
fn parse_or_expand(&self, file_id: HirFileId) -> Option<SyntaxNode>;
0 commit comments