You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/scopeSupportFacetInfos.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@
220
220
### name
221
221
222
222
-`name.argument.actual` Name of a (keyword) argument in a function call
223
-
-`name.argument.actual.iteration` Iteration scope for names of the arguments in a function call: the argument list. The domain should be the whole function call.
223
+
-`name.argument.actual.iteration` Iteration scope for names of (keyword) arguments in a function call: the argument list..
224
224
-`name.argument.catch` Name of a parameter in a catch clause
225
225
-`name.argument.formal` Name of a parameter in a function declaration
226
226
-`name.argument.formal.constructor` The name of a parameter in a constructor declaration
@@ -377,7 +377,7 @@
377
377
### value
378
378
379
379
-`value.argument.actual` The value of a (keyword) argument in a function call
380
-
-`value.argument.actual.iteration` Iteration scope for values of arguments in a function call: the arguments list. The domain should be the entire function call.
380
+
-`value.argument.actual.iteration` Iteration scope for values of (keyword) arguments in a function call: the arguments list..
381
381
-`value.argument.formal` The value of a (keyword) argument in a function declaration
382
382
-`value.argument.formal.constructor` The value of a parameter in a constructor declaration
383
383
-`value.argument.formal.constructor.iteration` Iteration scope for values of formal parameters in a constructor declaration: the parameters list. The domain should be the entire constructor.
0 commit comments