Skip to content

Commit 9043ec4

Browse files
authored
Merge pull request swiftlang#24697 from eeckstein/fix-docs
2 parents d0c7eb6 + 42c1186 commit 9043ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)