Skip to content

Commit

Permalink
Merge pull request #1746 from proski/resource-free-also
Browse files Browse the repository at this point in the history
[TRIVIAL] Remove confusing `also`
  • Loading branch information
marioidival authored Sep 26, 2023
2 parents 5f42f96 + c3f7eef commit 0be3630
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 0be3630

Please sign in to comment.