File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ Properties can be classified into three groups:
481
481
- ` static ` and ` class ` properties on any kind of type.
482
482
483
483
We propose to always treat reference-type and ` static ` properties
484
- as independent from one another other , but to treat value-type
484
+ as independent from one another, but to treat value-type
485
485
properties as generally non-independent outside of a specific
486
486
(but important) special case. That's a potentially significant
487
487
restriction, and it's reasonable to wonder both why it's necessary
@@ -836,7 +836,7 @@ born from a trio of concerns:
836
836
costs for users. And it's still inevitably necessary
837
837
to sometimes drop down to unsafe code to work around the
838
838
limitations of the ownership system. Given that a line
839
- does have to drawn somewhere, it's not completely settled
839
+ does have to be drawn somewhere, it's not completely settled
840
840
that lifetime-qualification systems deserve to be on the
841
841
Swift side of the line.
842
842
You can’t perform that action at this time.
0 commit comments