Skip to content

Commit e560ded

Browse files
authored
Typo fix.
1 parent 523bb7c commit e560ded

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
@@ -163,7 +163,7 @@ No other changes are permitted; the following are particularly of note:
163163
- An ABI-public function may not, in any way, change API-level property
164164
wrappers (``@API``) or compositions where the outermost wrapper is
165165
API-level (``@API @MyWrapper``).
166-
- An ABI-public function may neither add nor remove arguments in the
166+
- An ABI-public function may neither add nor remove arguments from the
167167
property-wrapper custom attribute of an API-level wrapper
168168
(``@API(argument: 5)``) or in the custom attributes of compositions
169169
where the outermost wrapper is API-level (``@API @MyWrapper(argument: 5)``).

0 commit comments

Comments
 (0)