提交 f39f2738 编写于 作者: B bors

Auto merge of #39375 - seeekr:patch-1, r=apasel422

Fix typo in liballoc/lib.rs
......@@ -47,7 +47,7 @@
//! that the contained type `T` is shareable. Additionally, `Arc<T>` is itself
//! sendable while `Rc<T>` is not.
//!
//! This types allows for shared access to the contained data, and is often
//! This type allows for shared access to the contained data, and is often
//! paired with synchronization primitives such as mutexes to allow mutation of
//! shared resources.
//!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册