rc: fix docstring

This commit is contained in:
Daniel Micay 2013-10-12 10:19:56 -04:00
parent 35a944a488
commit ea0fc0e32b

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
/** Task-local reference counted boxes
/*! Task-local reference counted boxes
The `Rc` type provides shared ownership of an immutable value. Destruction is deterministic, and
will occur as soon as the last owner is gone. It is marked as non-sendable because it avoids the