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

Commit cc67602

Browse files
committed
Fix spelling of "object-oriented"
1 parent a22691a commit cc67602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/rust-analyzer/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

src/tools/rust-analyzer/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)