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.
2 parents 5f42f96 + c3f7eef commit 0be3630Copy full SHA for 0be3630
src/scope/move.md
@@ -1,7 +1,7 @@
1
# Ownership and moves
2
3
Because variables are in charge of freeing their own resources,
4
-**resources can only have one owner**. This also prevents resources
+**resources can only have one owner**. This prevents resources
5
from being freed more than once. Note that not all variables own
6
resources (e.g. [references]).
7
0 commit comments