We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4ee2e5 + dd78ffe commit 04a85c5Copy full SHA for 04a85c5
src/doc/reference.md
@@ -2515,9 +2515,8 @@ Here are some examples:
2515
#### Moved and copied types
2516
2517
When a [local variable](#variables) is used as an
2518
-[rvalue](#lvalues,-rvalues-and-temporaries) the variable will either be moved
2519
-or copied, depending on its type. All values whose type implements `Copy` are
2520
-copied, all others are moved.
+[rvalue](#lvalues,-rvalues-and-temporaries), the variable will be copied
+if its type implements `Copy`. All others are moved.
2521
2522
### Literal expressions
2523
0 commit comments