Fix documentation in Cell
This commit is contained in:
parent
ad02dc46ba
commit
e7faaff6a5
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ impl<T> Cell<T> {
|
|||
drop(old);
|
||||
}
|
||||
|
||||
/// Swaps the values of two Cells.
|
||||
/// Swaps the values of two `Cell`s.
|
||||
/// Difference with `std::mem::swap` is that this function doesn't require `&mut` reference.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue