Skip to content

Commit 0939e87

Browse files
authored
Merge pull request #7768 from kconner/fix-omitted-word-in-ownership-manifesto
Fix an omitted word in the Ownership Manifesto
2 parents 400bb13 + 94e901d commit 0939e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/OwnershipManifesto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ cases to be spelled explicitly:
975975
It's important to allow temporary values to be shared for
976976
function arguments because many function parameters will be
977977
marked as `shared` simply because the functions don't
978-
actually from owning that parameter, not because it's in
978+
actually benefit from owning that parameter, not because it's in
979979
any way semantically important that they be passed a
980980
reference to an existing variable. For example, we expect
981981
to change things like comparison operators to take their

0 commit comments

Comments
 (0)