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.
2 parents 4d4bac2 + 40a85e2 commit d6be3c8Copy full SHA for d6be3c8
docs/CallingConvention.rst
@@ -278,7 +278,7 @@ considering here:
278
This is optimal if the caller has responsibility for the value and
279
doesn't need it after the call. This is an extremely common
280
situation; for example, it comes up whenever a call result is
281
- immediately used an argument. By giving the callee responsibility
+ immediately used as an argument. By giving the callee responsibility
282
for the value, this convention allows the callee to use the value at
283
a later point without taking any extra action to keep it alive.
284
0 commit comments