We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1491e04 + 339bdc1 commit f39f273Copy full SHA for f39f273
src/liballoc/lib.rs
@@ -47,7 +47,7 @@
47
//! that the contained type `T` is shareable. Additionally, `Arc<T>` is itself
48
//! sendable while `Rc<T>` is not.
49
//!
50
-//! 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
51
//! paired with synchronization primitives such as mutexes to allow mutation of
52
//! shared resources.
53
0 commit comments