We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea8892 commit 94e901dCopy full SHA for 94e901d
docs/OwnershipManifesto.md
@@ -975,7 +975,7 @@ cases to be spelled explicitly:
975
It's important to allow temporary values to be shared for
976
function arguments because many function parameters will be
977
marked as `shared` simply because the functions don't
978
- actually from owning that parameter, not because it's in
+ actually benefit from owning that parameter, not because it's in
979
any way semantically important that they be passed a
980
reference to an existing variable. For example, we expect
981
to change things like comparison operators to take their
0 commit comments