Fix more “a”/“an” typos
This commit is contained in:
@@ -1148,7 +1148,7 @@ pub type StringRef = OwningRef<String, str>;
|
||||
|
||||
/// Typedef of an owning reference that uses a `Rc` as the owner.
|
||||
pub type RcRef<T, U = T> = OwningRef<Rc<T>, 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<T, U = T> = OwningRef<Arc<T>, U>;
|
||||
|
||||
/// Typedef of an owning reference that uses a `Ref` as the owner.
|
||||
|
||||
Reference in New Issue
Block a user