Skip to content

Commit 958bff1

Browse files
committed
Rollup merge of #30910 - tshepang:improve-description, r=steveklabnik
2 parents b3950b7 + 7d446ce commit 958bff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/boxed.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ impl<T: ?Sized> Drop for IntermediateBox<T> {
222222
}
223223

224224
impl<T> Box<T> {
225-
/// Allocates memory on the heap and then moves `x` into it.
225+
/// Allocates memory on the heap and then places `x` into it.
226226
///
227227
/// # Examples
228228
///

0 commit comments

Comments
 (0)