@@ -151,7 +151,7 @@ The following changes are permitted:
151
151
(``@ImplementationDetail @MyWrapper ``).
152
152
- Changing or removing a default argument is a `binary-compatible source-breaking change `.
153
153
- Changing arguments in the property-wrapper custom attribute of an
154
- implementation-detail wrapper (``@ImplementationDetail (argument: 5) ``) or
154
+ implementation-detail wrapper (``@MyWrapper (argument: 5) ``) or
155
155
in the custom attributes of compositions where the outermost wrapper is
156
156
implementation-detail (``@ImplementationDetail @MyWrapper(argument: 5) ``)
157
157
is a `binary-compatible source-breaking change `.
@@ -436,7 +436,7 @@ stored subscripts. This means that the following changes are permitted:
436
436
- Changing or removing a default argument is a `binary-compatible
437
437
source-breaking change `.
438
438
- Changing arguments in the property-wrapper custom attribute of an
439
- implementation-detail wrapper (``@ImplementationDetail (argument: 5) ``) or
439
+ implementation-detail wrapper (``@MyWrapper (argument: 5) ``) or
440
440
in the custom attributes of compositions where the outermost wrapper is
441
441
implementation-detail (``@ImplementationDetail @MyWrapper(argument: 5) ``)
442
442
is a `binary-compatible source-breaking change `.
@@ -811,7 +811,7 @@ counterparts with a few small changes:
811
811
- Changing or removing a default argument is a `binary-compatible
812
812
source-breaking change `.
813
813
- Changing arguments in the property-wrapper custom attribute of an
814
- implementation-detail wrapper (``@ImplementationDetail (argument: 5) ``) or
814
+ implementation-detail wrapper (``@MyWrapper (argument: 5) ``) or
815
815
in the custom attributes of compositions where the outermost wrapper is
816
816
implementation-detail (``@ImplementationDetail @MyWrapper(argument: 5) ``)
817
817
is a `binary-compatible source-breaking change `.
0 commit comments