1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 18:51:00 +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

View File

@ -1,6 +1,6 @@
# Copying and Cloning # 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 ```rust,editable
fn main() { fn main() {