Skip to content

Commit 0be3630

Browse files
authored
Merge pull request #1746 from proski/resource-free-also
[TRIVIAL] Remove confusing `also`
2 parents 5f42f96 + c3f7eef commit 0be3630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/move.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ownership and moves
22

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

0 commit comments

Comments
 (0)