diff --git a/src/ownership/move-semantics.md b/src/ownership/move-semantics.md index a93cdc78..5bdb8c7c 100644 --- a/src/ownership/move-semantics.md +++ b/src/ownership/move-semantics.md @@ -21,6 +21,6 @@ fn main() { * Mention that this is the opposite of the defaults in C++, which copies by value unless you use `std::move` (and the move constructor is defined!). -* In Rust, you clones are explicit (by using `clone`). +* In Rust, clones are explicit (by using `clone`). - \ No newline at end of file +