1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-14 02:53:01 +02:00

Change "semantics is" to "semantics are"

Subject-verb agreement.
This commit is contained in:
Reilly Grant 2022-12-22 22:05:38 -08:00 committed by GitHub
parent 264047445f
commit 5223ef8f25
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() {