diff --git a/src/ownership/copy-clone.md b/src/ownership/copy-clone.md index b6cfa6d5..497e299a 100644 --- a/src/ownership/copy-clone.md +++ b/src/ownership/copy-clone.md @@ -1,6 +1,6 @@ # Copying and Cloning -While move semantics is the default, certain types are copied by default: +While move semantics are the default, certain types are copied by default: ```rust,editable fn main() {