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 6d8af41 commit 40a85e2Copy full SHA for 40a85e2
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