Skip to content

Commit

Permalink
Auto merge of #39375 - seeekr:patch-1, r=apasel422
Browse files Browse the repository at this point in the history
Fix typo in liballoc/lib.rs
  • Loading branch information
bors committed Jan 28, 2017
2 parents 1491e04 + 339bdc1 commit f39f273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//!
Expand Down

0 comments on commit f39f273

Please sign in to comment.