Skip to content

Commit

Permalink
[gardening] Fix missing 'an' in CallingConventions
Browse files Browse the repository at this point in the history
  • Loading branch information
enigma314 committed Nov 19, 2016
1 parent 6d8af41 commit 40a85e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CallingConvention.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ considering here:
This is optimal if the caller has responsibility for the value and
doesn't need it after the call. This is an extremely common
situation; for example, it comes up whenever a call result is
immediately used an argument. By giving the callee responsibility
immediately used as an argument. By giving the callee responsibility
for the value, this convention allows the callee to use the value at
a later point without taking any extra action to keep it alive.

Expand Down

0 comments on commit 40a85e2

Please sign in to comment.