Skip to content

Commit b6efa97

Browse files
authored
Merge pull request #19349 from ravikandhadai/master
[Docs] Fix minor typos in the ownership manifesto.
2 parents 541c48f + 80463c5 commit b6efa97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/OwnershipManifesto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ Properties can be classified into three groups:
481481
- `static` and `class` properties on any kind of type.
482482

483483
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
485485
properties as generally non-independent outside of a specific
486486
(but important) special case. That's a potentially significant
487487
restriction, and it's reasonable to wonder both why it's necessary
@@ -836,7 +836,7 @@ born from a trio of concerns:
836836
costs for users. And it's still inevitably necessary
837837
to sometimes drop down to unsafe code to work around the
838838
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
840840
that lifetime-qualification systems deserve to be on the
841841
Swift side of the line.
842842

0 commit comments

Comments
 (0)