1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-20 06:21:09 +02:00

Merge pull request #42 from reillyeon/patch-2

Change "semantics is" to "semantics are"
This commit is contained in:
Martin Geisler 2022-12-23 12:57:32 +01:00 committed by GitHub
commit 80edc895db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {