We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b948d81 commit a8260feCopy full SHA for a8260fe
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