Skip to content

Commit f39f273

Browse files
committed
Auto merge of rust-lang#39375 - seeekr:patch-1, r=apasel422
Fix typo in liballoc/lib.rs
2 parents 1491e04 + 339bdc1 commit f39f273

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)