Fix spelling of "object-oriented"

This commit is contained in:
Vincent Esche 2024-07-30 14:27:22 +02:00
parent 07058a71d4
commit ddb9686246
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name = "hir"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
description = "A high-level object oriented access to Rust code."
description = "A high-level object-oriented access to Rust code."
authors.workspace = true
edition.workspace = true

View file

@ -1,4 +1,4 @@
//! HIR (previously known as descriptors) provides a high-level object oriented
//! HIR (previously known as descriptors) provides a high-level object-oriented
//! access to Rust code.
//!
//! The principal difference between HIR and syntax trees is that HIR is bound