Skip to content

Commit 7ad8cd8

Browse files
authored
Fixed a small typo in comment
1 parent 050232a commit 7ad8cd8

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)