Fixed a small typo in comment

This commit is contained in:
fee1-dead 2021-06-11 22:01:34 +08:00 committed by GitHub
parent 050232a37e
commit 7ad8cd8232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -782,7 +782,7 @@ fn expr_require_exclusive_access(ctx: &AssistContext, expr: &ast::Expr) -> Optio
Some(false)
}
/// Container of local varaible usages
/// Container of local variable usages
///
/// Semanticall same as `UsageSearchResult`, but provides more convenient interface
struct LocalUsages(ide_db::search::UsageSearchResult);