Skip to content

Commit e8a5fb4

Browse files
committed
Fix typo
1 parent 5904726 commit e8a5fb4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/hir_expand/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl TokenExpander {
8585
pub trait AstDatabase: SourceDatabase {
8686
fn ast_id_map(&self, file_id: HirFileId) -> Arc<AstIdMap>;
8787

88-
/// Main public API -- parsis a hir file, not caring whether it's a real
88+
/// Main public API -- parses a hir file, not caring whether it's a real
8989
/// file or a macro expansion.
9090
#[salsa::transparent]
9191
fn parse_or_expand(&self, file_id: HirFileId) -> Option<SyntaxNode>;

0 commit comments

Comments
 (0)