@@ -151,7 +151,7 @@ The following changes are permitted:
151151 (``@ImplementationDetail @MyWrapper ``).
152152- Changing or removing a default argument is a `binary-compatible source-breaking change `.
153153- 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
155155 in the custom attributes of compositions where the outermost wrapper is
156156 implementation-detail (``@ImplementationDetail @MyWrapper(argument: 5) ``)
157157 is a `binary-compatible source-breaking change `.
@@ -436,7 +436,7 @@ stored subscripts. This means that the following changes are permitted:
436436- Changing or removing a default argument is a `binary-compatible
437437 source-breaking change `.
438438- 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
440440 in the custom attributes of compositions where the outermost wrapper is
441441 implementation-detail (``@ImplementationDetail @MyWrapper(argument: 5) ``)
442442 is a `binary-compatible source-breaking change `.
@@ -811,7 +811,7 @@ counterparts with a few small changes:
811811- Changing or removing a default argument is a `binary-compatible
812812 source-breaking change `.
813813- 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
815815 in the custom attributes of compositions where the outermost wrapper is
816816 implementation-detail (``@ImplementationDetail @MyWrapper(argument: 5) ``)
817817 is a `binary-compatible source-breaking change `.
0 commit comments