Skip to content

Commit 703127d

Browse files
committed
Fix spelling of "data structure"
1 parent 7f5951b commit 703127d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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)