Skip to content

Commit 0aab19d

Browse files
committed
Match the implementation: Use local parameter names for argument references
1 parent ba3946c commit 0aab19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-lifetime-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ This modifies *function-result* in the Swift grammar as follows:
265265
266266
Here, the argument to the lifetime modifier must be one of the following:
267267

268-
* *external-parameter-name:* the external name of one of the function parameters,
268+
* *local-parameter-name:* the local name of one of the function parameters,
269269
* *parameter-index:* a numeric index of one of the parameters in the *parameter-clause* (the first parameter is number zero), or
270270
* the token **`self`**.
271271

0 commit comments

Comments
 (0)