Skip to content

Commit d6be3c8

Browse files
authored
Merge pull request #5873 from matthewvermaak/mv/fix_doc
2 parents 4d4bac2 + 40a85e2 commit d6be3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CallingConvention.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ considering here:
278278
This is optimal if the caller has responsibility for the value and
279279
doesn't need it after the call. This is an extremely common
280280
situation; for example, it comes up whenever a call result is
281-
immediately used an argument. By giving the callee responsibility
281+
immediately used as an argument. By giving the callee responsibility
282282
for the value, this convention allows the callee to use the value at
283283
a later point without taking any extra action to keep it alive.
284284

0 commit comments

Comments
 (0)