Skip to content

Commit 9cb97bd

Browse files
Removed period
1 parent 58e28bd commit 9cb97bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,26 +1016,26 @@ export const scopeSupportFacetInfos: Record<
10161016
// Internal scope facets
10171017

10181018
"textFragment.comment.line": {
1019-
description: "Internally used text fragment consisting of a line comment.",
1019+
description: "Internally used text fragment consisting of a line comment",
10201020
scopeType: "textFragment",
10211021
},
10221022
"textFragment.comment.block": {
1023-
description: "Internally used text fragment consisting of a block comment.",
1023+
description: "Internally used text fragment consisting of a block comment",
10241024
scopeType: "textFragment",
10251025
},
10261026
"textFragment.string.singleLine": {
10271027
description:
1028-
"Internally used text fragment consisting of a single-line string.",
1028+
"Internally used text fragment consisting of a single-line string",
10291029
scopeType: "textFragment",
10301030
},
10311031
"textFragment.string.multiLine": {
10321032
description:
1033-
"Internally used text fragment consisting of a multi-line string.",
1033+
"Internally used text fragment consisting of a multi-line string",
10341034
scopeType: "textFragment",
10351035
},
10361036
"textFragment.element": {
10371037
description:
1038-
"Internally used text fragment consisting of a xml element interior.",
1038+
"Internally used text fragment consisting of a xml element interior",
10391039
scopeType: "textFragment",
10401040
},
10411041

0 commit comments

Comments
 (0)