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.
1 parent 523bb7c commit e560dedCopy full SHA for e560ded
docs/LibraryEvolution.rst
@@ -163,7 +163,7 @@ No other changes are permitted; the following are particularly of note:
163
- An ABI-public function may not, in any way, change API-level property
164
wrappers (``@API``) or compositions where the outermost wrapper is
165
API-level (``@API @MyWrapper``).
166
-- An ABI-public function may neither add nor remove arguments in the
+- An ABI-public function may neither add nor remove arguments from the
167
property-wrapper custom attribute of an API-level wrapper
168
(``@API(argument: 5)``) or in the custom attributes of compositions
169
where the outermost wrapper is API-level (``@API @MyWrapper(argument: 5)``).
0 commit comments