We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0873d5c + 3b76fd8 commit 6306caaCopy full SHA for 6306caa
docs/LibraryEvolution.rst
@@ -366,7 +366,7 @@ the following changes are permitted:
366
- Adding or removing a conformance to a non-ABI-public protocol.
367
- Adding ``@dynamicCallable`` to the struct.
368
369
-The important most aspect of a Swift struct is its value semantics, not its
+The most important aspect of a Swift struct is its value semantics, not its
370
layout. Note that adding a stored property to a struct is *not* a breaking
371
change even with Swift's synthesis of memberwise and no-argument initializers;
372
these initializers are always ``internal`` and thus not exposed to clients
0 commit comments