Skip to content

Commit 458f6b6

Browse files
Consistent naming of parameters
1 parent 27e1cb6 commit 458f6b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,19 +283,19 @@ export const scopeSupportFacetInfos: Record<
283283
},
284284

285285
"argumentList.formal": {
286-
description: "A list of arguments in a function declaration",
286+
description: "A list of parameters in a function declaration",
287287
scopeType: "argumentList",
288288
},
289289
"argumentList.formal.method": {
290-
description: "A list of arguments in a class method declaration",
290+
description: "A list of parameters in a class method declaration",
291291
scopeType: "argumentList",
292292
},
293293
"argumentList.formal.constructor": {
294-
description: "A list of arguments in a constructor declaration",
294+
description: "A list of parameters in a constructor declaration",
295295
scopeType: "argumentList",
296296
},
297297
"argumentList.formal.lambda": {
298-
description: "A list of arguments in a lambda declaration",
298+
description: "A list of parameters in a lambda declaration",
299299
scopeType: "argumentList",
300300
},
301301

0 commit comments

Comments
 (0)