Skip to content

Commit

Permalink
Changed wording per aturon's comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Payson committed Jul 7, 2016
1 parent be6c21f commit 46e7c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/liballoc/rc.rs
Expand Up @@ -10,7 +10,8 @@

#![allow(deprecated)]

//! Unsynchronized reference-counted boxes (the `Rc<T>` type).
//! Unsynchronized reference-counted boxes (the `Rc<T>` type) which are usable
//! only within a single thread.
//!
//! The `Rc<T>` type provides shared ownership of an immutable value.
//! Destruction is deterministic, and will occur as soon as the last owner is
Expand Down

0 comments on commit 46e7c9e

Please sign in to comment.