Skip to content

Commit b651716

Browse files
committed
---
yaml --- r: 319294 b: refs/heads/master-rebranch c: 1bdb370 h: refs/heads/master
1 parent 13f082e commit b651716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: 696e9a957030d3108352dafe5cf58527e999e1ac
1460+
refs/heads/master-rebranch: 1bdb370e380627f91c21d405b1768452a19e9373

branches/master-rebranch/docs/LibraryEvolution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ Possible Restrictions on Classes
11061106
--------------------------------
11071107

11081108
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
11101110
questions about how this would actually work, and the compiler still wouldn't
11111111
be able to make much use of the information, because classes from other
11121112
libraries must almost always be allocated on the heap.

0 commit comments

Comments
 (0)