File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments