Skip to content

Commit 467da18

Browse files
Update description
1 parent e949c4c commit 467da18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,17 +298,17 @@ export const scopeSupportFacetInfos: Record<
298298
insertionDelimiterHint: '",\n"',
299299
},
300300
"argumentList.actual.method.empty": {
301-
description: "An empty list of arguments in a class method call",
301+
description: "An empty list of arguments in a method call",
302302
scopeType: "argumentList",
303303
insertionDelimiterHint: '""',
304304
},
305305
"argumentList.actual.method.singleLine": {
306-
description: "A single line list of arguments in a class method call",
306+
description: "A single line list of arguments in a method call",
307307
scopeType: "argumentList",
308308
insertionDelimiterHint: '", "',
309309
},
310310
"argumentList.actual.method.multiLine": {
311-
description: "A multi line list of arguments in a class method call",
311+
description: "A multi line list of arguments in a method call",
312312
scopeType: "argumentList",
313313
insertionDelimiterHint: '",\n"',
314314
},

0 commit comments

Comments
 (0)