Skip to content

Commit

Permalink
doc: "moves" has a specific meaning in Rust, so avoid using it here
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jan 14, 2016
1 parent 02fbf31 commit 7d446ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/boxed.rs
Expand Up @@ -222,7 +222,7 @@ impl<T: ?Sized> Drop for IntermediateBox<T> {
}

impl<T> Box<T> {
/// Allocates memory on the heap and then moves `x` into it.
/// Allocates memory on the heap and then places `x` into it.
///
/// # Examples
///
Expand Down

0 comments on commit 7d446ce

Please sign in to comment.