Skip to content
Snippets Groups Projects
Commit f49c08c5 authored by Jan Gruteser's avatar Jan Gruteser
Browse files

fix some typos

parent 96eafcda
Branches
No related tags found
No related merge requests found
Pipeline #135687 passed
...@@ -11,7 +11,7 @@ In order to change the probcli version you need to make the change in the settin ...@@ -11,7 +11,7 @@ In order to change the probcli version you need to make the change in the settin
## Requirements ## Requirements
- Java v.8 or higher. By default Java home is considerd to be accessible by typing 'java' in terminal/powershell - Java v.8 or higher. By default, Java home is considered to be accessible by typing 'java' in terminal/powershell
## Extension Settings ## Extension Settings
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
"name": "keyword.operator.record.classicalb" "name": "keyword.operator.record.classicalb"
}, },
{ {
"match": "\\b(ran|dom|id|prj1|prj2|closure1|closure|interate|fnc|rel)\\b|%|λ", "match": "\\b(ran|dom|id|prj1|prj2|closure1|closure|iterate|fnc|rel)\\b|%|λ",
"name": "keyword.operator.relation.classicalb" "name": "keyword.operator.relation.classicalb"
}, },
{ {
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
"name": "keyword.operator.record.rmchAddOn" "name": "keyword.operator.record.rmchAddOn"
}, },
{ {
"match": "\\b(ran|dom|id|prj1|prj2|closure1|closure|interate|fnc|rel)\\b|%|λ", "match": "\\b(ran|dom|id|prj1|prj2|closure1|closure|iterate|fnc|rel)\\b|%|λ",
"name": "keyword.operator.relation.rmchAddOn" "name": "keyword.operator.relation.rmchAddOn"
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment