Skip to content

Commit ddb9686

Browse files
committed
Fix spelling of "object-oriented"
1 parent 07058a7 commit ddb9686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hir"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "A high-level object oriented access to Rust code."
5+
description = "A high-level object-oriented access to Rust code."
66

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

crates/hir/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! HIR (previously known as descriptors) provides a high-level object oriented
1+
//! HIR (previously known as descriptors) provides a high-level object-oriented
22
//! access to Rust code.
33
//!
44
//! The principal difference between HIR and syntax trees is that HIR is bound

0 commit comments

Comments
 (0)