Skip to content

Commit e4751e3

Browse files
authored
Fix some terms (microsoft#185376)
* Fix some terms * Apply PR suggestion
1 parent 23b487b commit e4751e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

extensions/fsharp/syntaxes/fsharp.tmLanguage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
},
315315
{
316316
"match": "(?!when|and|or\\b)\\b([\\w0-9'`^._]+)",
317-
"comments": "Here we need the \\w modifier in order to check that the words isn't blacklisted",
317+
"comments": "Here we need the \\w modifier in order to check that the words are allowed",
318318
"captures": {
319319
"1": {
320320
"name": "entity.name.type.fsharp"
@@ -677,7 +677,7 @@
677677
},
678678
{
679679
"match": "(?!with|get|set\\b)\\b([\\w0-9'`^._]+)",
680-
"comments": "Here we need the \\w modifier in order to check that the words isn't blacklisted",
680+
"comments": "Here we need the \\w modifier in order to check that the words are allowed",
681681
"captures": {
682682
"1": {
683683
"name": "entity.name.type.fsharp"
@@ -1658,7 +1658,7 @@
16581658
},
16591659
{
16601660
"match": "([\\w0-9'`^._]+)",
1661-
"comments": "Here we need the \\w modifier in order to check that the words isn't blacklisted",
1661+
"comments": "Here we need the \\w modifier in order to check that the words are allowed",
16621662
"captures": {
16631663
"1": {
16641664
"name": "entity.name.type.fsharp"
@@ -1832,4 +1832,4 @@
18321832
]
18331833
}
18341834
}
1835-
}
1835+
}

extensions/latex/syntaxes/LaTeX.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"name": "punctuation.definition.arguments.begin.latex"
103103
}
104104
},
105-
"comment": "this works OK with all kinds of crazy stuff as long as section is one line",
105+
"comment": "this works OK with all kinds of stuff as long as the section is one line",
106106
"contentName": "entity.name.section.latex",
107107
"end": "\\}",
108108
"endCaptures": {
@@ -2371,4 +2371,4 @@
23712371
]
23722372
}
23732373
}
2374-
}
2374+
}

0 commit comments

Comments
 (0)