Skip to content

Commit 339bdc1

Browse files
authored
Fix typo in liballoc/lib.rs
1 parent c81c1d6 commit 339bdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
//! that the contained type `T` is shareable. Additionally, `Arc<T>` is itself
4848
//! sendable while `Rc<T>` is not.
4949
//!
50-
//! This types allows for shared access to the contained data, and is often
50+
//! This type allows for shared access to the contained data, and is often
5151
//! paired with synchronization primitives such as mutexes to allow mutation of
5252
//! shared resources.
5353
//!

0 commit comments

Comments
 (0)