mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Fix spelling of "data structure"
This commit is contained in:
parent
ddb9686246
commit
0a45f6dc24
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
//! This crate defines the core datastructure representing IDE state -- `RootDatabase`.
|
||||
//! This crate defines the core data structure representing IDE state -- `RootDatabase`.
|
||||
//!
|
||||
//! It is mainly a `HirDatabase` for semantic analysis, plus a `SymbolsDatabase`, for fuzzy search.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue