Skip to content

Commit 40a85e2

Browse files
committed
[gardening] Fix missing 'an' in CallingConventions
1 parent 6d8af41 commit 40a85e2

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)