Skip to content

Commit 6306caa

Browse files
authored
Merge pull request #59101 from simonjbeaumont/sb/library-evolution-typo
2 parents 0873d5c + 3b76fd8 commit 6306caa

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
@@ -366,7 +366,7 @@ the following changes are permitted:
366366
- Adding or removing a conformance to a non-ABI-public protocol.
367367
- Adding ``@dynamicCallable`` to the struct.
368368

369-
The important most aspect of a Swift struct is its value semantics, not its
369+
The most important aspect of a Swift struct is its value semantics, not its
370370
layout. Note that adding a stored property to a struct is *not* a breaking
371371
change even with Swift's synthesis of memberwise and no-argument initializers;
372372
these initializers are always ``internal`` and thus not exposed to clients

0 commit comments

Comments
 (0)