File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/master-rebranch/docs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
1457
1457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
1458
1458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
1459
1459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460
- refs/heads/master-rebranch: 696e9a957030d3108352dafe5cf58527e999e1ac
1460
+ refs/heads/master-rebranch: 1bdb370e380627f91c21d405b1768452a19e9373
Original file line number Diff line number Diff line change @@ -1106,7 +1106,7 @@ Possible Restrictions on Classes
1106
1106
--------------------------------
1107
1107
1108
1108
In addition to ``final ``, it may be useful to restrict the stored properties of
1109
- a class instance, like `Fixed-Contents Structs `_. However, there are open
1109
+ a class instance, like `Frozen Structs `_. However, there are open
1110
1110
questions about how this would actually work, and the compiler still wouldn't
1111
1111
be able to make much use of the information, because classes from other
1112
1112
libraries must almost always be allocated on the heap.
You can’t perform that action at this time.
0 commit comments