1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 05:40:30 +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

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