Skip to content

Commit

Permalink
Update packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
  • Loading branch information
AndreasArvidsson and pokey authored Dec 11, 2023
1 parent 7973111 commit 4bbaf0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const scopeSupportFacetInfos: Record<
scopeType: "namedFunction",
},
"namedFunction.method": {
description: "A named method in a class",
description: "A named method declaration in a class",
scopeType: "namedFunction",
},
anonymousFunction: {
Expand Down

0 comments on commit 4bbaf0a

Please sign in to comment.