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:
parent
264047445f
commit
5223ef8f25
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user