Skip to content

Commit 94e901d

Browse files
committed
[gardening] Fix an omitted word in the Ownership Manifesto
1 parent 3ea8892 commit 94e901d

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)