Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 54e68e6

Browse files
committed
Fix spelling of "data structure"
1 parent cc67602 commit 54e68e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/rust-analyzer/crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ide-db"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Core data-structure representing IDE state."
5+
description = "Core data structure representing IDE state."
66

77
authors.workspace = true
88
edition.workspace = true

src/tools/rust-analyzer/crates/ide-db/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! This crate defines the core datastructure representing IDE state -- `RootDatabase`.
1+
//! This crate defines the core data structure representing IDE state -- `RootDatabase`.
22
//!
33
//! It is mainly a `HirDatabase` for semantic analysis, plus a `SymbolsDatabase`, for fuzzy search.
44

0 commit comments

Comments
 (0)