Skip to content

Commit b95460e

Browse files
fix meta
1 parent edfd08f commit b95460e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/scopeSupportFacetInfos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
### name
221221

222222
- `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..
224224
- `name.argument.catch` Name of a parameter in a catch clause
225225
- `name.argument.formal` Name of a parameter in a function declaration
226226
- `name.argument.formal.constructor` The name of a parameter in a constructor declaration
@@ -377,7 +377,7 @@
377377
### value
378378

379379
- `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..
381381
- `value.argument.formal` The value of a (keyword) argument in a function declaration
382382
- `value.argument.formal.constructor` The value of a parameter in a constructor declaration
383383
- `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

Comments
 (0)