Skip to content

Commit f2387e5

Browse files
authored
Merge pull request #6830 from gottesmm/small_arcopts_copyediting
2 parents 4e14823 + 1971b6a commit f2387e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ARCOptimization.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ this is true. The rule for conversions is that a conversion that preserves RC
232232
identity must have the following properties:
233233

234234
1. Both of its arguments must be non-trivial values with the same ownership
235-
semantics (i.e. unowned, strong, weak). This means that conversions such as:
235+
semantics (i.e. unowned, strong, weak). This means that the following
236+
conversions do not propagate RC identity:
236237

237238
- address_to_pointer
238239
- pointer_to_address

0 commit comments

Comments
 (0)