Skip to content

Commit f107b0f

Browse files
bors[bot]fee1-dead
andauthored
Merge #9240
9240: Fixed a small typo in comment r=matklad a=fee1-dead Co-authored-by: fee1-dead <ent3rm4n@gmail.com>
2 parents d6737e5 + 7ad8cd8 commit f107b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_assists/src/handlers/extract_function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ fn expr_require_exclusive_access(ctx: &AssistContext, expr: &ast::Expr) -> Optio
782782
Some(false)
783783
}
784784

785-
/// Container of local varaible usages
785+
/// Container of local variable usages
786786
///
787787
/// Semanticall same as `UsageSearchResult`, but provides more convenient interface
788788
struct LocalUsages(ide_db::search::UsageSearchResult);

0 commit comments

Comments
 (0)