We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912ab64 commit dd78ffeCopy full SHA for dd78ffe
src/doc/reference.md
@@ -2509,9 +2509,8 @@ Here are some examples:
2509
#### Moved and copied types
2510
2511
When a [local variable](#variables) is used as an
2512
-[rvalue](#lvalues,-rvalues-and-temporaries) the variable will either be moved
2513
-or copied, depending on its type. All values whose type implements `Copy` are
2514
-copied, all others are moved.
+[rvalue](#lvalues,-rvalues-and-temporaries), the variable will be copied
+if its type implements `Copy`. All others are moved.
2515
2516
### Literal expressions
2517
0 commit comments