Skip to content

Commit 1971b6a

Browse files
committed
[docs] A small amount of copy diting of ARCOPtimization.rst.
1 parent 4e14823 commit 1971b6a

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)