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 60bd3fb commit 8d27e2aCopy full SHA for 8d27e2a
src/scope/move/partial_move.md
@@ -38,7 +38,7 @@ fn main() {
38
(In this example, we store the `age` variable on the heap to
39
illustrate the partial move: deleting `ref` in the above code would
40
give an error as the ownership of `person.age` would be moved to the
41
-variable `age`. If `Person.age` were stored on the stack, `ref`would
+variable `age`. If `Person.age` were stored on the stack, `ref` would
42
not be required as the definition of `age` would copy the data from
43
`person.age` without moving it.)
44
0 commit comments