Skip to content

Commit a60978d

Browse files
bors[bot]phynalle
andauthored
Merge #9183
9183: Fix typo r=lnicola a=phynalle Co-authored-by: phynalle <phynalism@gmail.com>
2 parents f1a40f9 + e8a5fb4 commit a60978d

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)