Skip to content

Commit e944b06

Browse files
committed
Merge pull request #71 from larssmit/typo_fixes
Fixed typos in docs/CallingConvention.rst
2 parents dc632ed + ffd4175 commit e944b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/CallingConvention.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ components, each operating on a different abstraction level:
3838

3939
* the high-level semantics of the call (pass-by-reference
4040
vs. pass-by-value),
41-
41+
4242
* the ownership and validity conventions about argument and result
4343
values ("+0" vs. "+1", etc.), and
4444

@@ -280,7 +280,7 @@ considering here:
280280
for the value, this convention allows the callee to use the value at
281281
a later point without taking any extra action to keep it alive.
282282

283-
The flipside is that this convention requires a lot of extra work
283+
The flip side is that this convention requires a lot of extra work
284284
when a single value is used multiple times in the caller. For
285285
example, a value passed in every iteration of a loop will need to be
286286
copied/retained/whatever each time.

0 commit comments

Comments
 (0)