We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e10bd27 + a8260fe commit 7dbee36Copy full SHA for 7dbee36
src/libstd/lib.rs
@@ -60,7 +60,7 @@
60
//! [`FromStr`](str/trait.FromStr.html) trait.
61
//!
62
//! Data may be shared by placing it in a reference-counted box or the
63
-//! [`Rc`][rc/index.html] type, and if further contained in a [`Cell`
+//! [`Rc`](rc/index.html) type, and if further contained in a [`Cell`
64
//! or `RefCell`](cell/index.html), may be mutated as well as shared.
65
//! Likewise, in a concurrent setting it is common to pair an
66
//! atomically-reference-counted box, [`Arc`](sync/struct.Arc.html),
0 commit comments