From be9d2699ca3581448097ec446fecb45ec171975e Mon Sep 17 00:00:00 2001 From: Frank Steffahn Date: Sun, 22 Aug 2021 16:20:58 +0200 Subject: Fix more β€œa”/β€œan” typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compiler/rustc_data_structures/src/owning_ref/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_data_structures/src') diff --git a/compiler/rustc_data_structures/src/owning_ref/mod.rs b/compiler/rustc_data_structures/src/owning_ref/mod.rs index 19b4426981c..5b27a407ad4 100644 --- a/compiler/rustc_data_structures/src/owning_ref/mod.rs +++ b/compiler/rustc_data_structures/src/owning_ref/mod.rs @@ -1148,7 +1148,7 @@ pub type StringRef = OwningRef; /// Typedef of an owning reference that uses a `Rc` as the owner. pub type RcRef = OwningRef, U>; -/// Typedef of an owning reference that uses a `Arc` as the owner. +/// Typedef of an owning reference that uses an `Arc` as the owner. pub type ArcRef = OwningRef, U>; /// Typedef of an owning reference that uses a `Ref` as the owner. -- cgit 1.4.1-3-g733a5