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