File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ array.props.isCocoa/needsElementTypeCheck -> Bool
167
167
Reads storage descriptors properties (isCocoa, needsElementTypeCheck).
168
168
This is not control dependent or guarded. The optimizer has
169
169
semantic knowledge of the state transfer those properties can not make:
170
- An array that is not ``isCocoa `` can not tranfer to ``isCocoa ``.
170
+ An array that is not ``isCocoa `` can not transfer to ``isCocoa ``.
171
171
An array that is not ``needsElementTypeCheck `` can not transfer to
172
172
``needsElementTypeCheck ``.
173
173
@@ -228,7 +228,7 @@ array.mutate_unknown
228
228
dependent. ``mutate_unknown `` also implies the guarding semantics of
229
229
``make_mutable ``. It is not itself guarded by ``make_mutable `` and
230
230
may act as a guard to other mutating operations, such as
231
- ``get_element_address ``. Combining semantics allows the flexbility in how
231
+ ``get_element_address ``. Combining semantics allows the flexibility in how
232
232
the array copy is implemented in conjunction with implementing
233
233
mutating functionality. This may be more efficient than cleanly
234
234
isolating the copy and mutation code.
You can’t perform that action at this time.
0 commit comments