mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix spelling of "object-oriented"
This commit is contained in:
parent
07058a71d4
commit
ddb9686246
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue