diff options
| author | bors <bors@rust-lang.org> | 2015-05-16 05:25:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-05-16 05:25:44 +0000 |
| commit | 7dbee36e17dd535b2a507a8ca1b837fe83b207b8 (patch) | |
| tree | 3a7e642c69f6200ec9186d52d68e3acc93d4e1b2 /src/libstd | |
| parent | e10bd27f50cc37618fd364d50b5ef0bcffdd46d8 (diff) | |
| parent | a8260fe7526a84c09ed2dc23b8e4ab2aa2633e38 (diff) | |
| download | rust-7dbee36e17dd535b2a507a8ca1b837fe83b207b8.tar.gz rust-7dbee36e17dd535b2a507a8ca1b837fe83b207b8.zip | |
Auto merge of #25449 - IvanUkhov:std-doc, r=alexcrichton
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 2e48cde18f3..048af8eae1d 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -60,7 +60,7 @@ //! [`FromStr`](str/trait.FromStr.html) trait. //! //! Data may be shared by placing it in a reference-counted box or the -//! [`Rc`][rc/index.html] type, and if further contained in a [`Cell` +//! [`Rc`](rc/index.html) type, and if further contained in a [`Cell` //! or `RefCell`](cell/index.html), may be mutated as well as shared. //! Likewise, in a concurrent setting it is common to pair an //! atomically-reference-counted box, [`Arc`](sync/struct.Arc.html), |
