Skip to content

Commit

Permalink
Remove confusing also
Browse files Browse the repository at this point in the history
  • Loading branch information
proski committed Sep 21, 2023
1 parent c954202 commit c3f7eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scope/move.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ownership and moves

Because variables are in charge of freeing their own resources,
**resources can only have one owner**. This also prevents resources
**resources can only have one owner**. This prevents resources
from being freed more than once. Note that not all variables own
resources (e.g. [references]).

Expand Down

0 comments on commit c3f7eef

Please sign in to comment.