Skip to content

Commit ea0fc0e

Browse files
committed
rc: fix docstring
1 parent 35a944a commit ea0fc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
/** Task-local reference counted boxes
11+
/*! Task-local reference counted boxes
1212
1313
The `Rc` type provides shared ownership of an immutable value. Destruction is deterministic, and
1414
will occur as soon as the last owner is gone. It is marked as non-sendable because it avoids the

0 commit comments

Comments
 (0)