Skip to content

Commit 1533fa9

Browse files
authored
Remove references to variables and methods concepts (exercism#2010)
* Remove references to variable and method concepts These are just part of the `basics` concept. * Fix trailing comma in list * Fix another silly trailing comma in config.json * Mark football-match-reports as wip again
1 parent 0f53440 commit 1533fa9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

config.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@
194194
"switch-statement"
195195
],
196196
"prerequisites": [
197-
"classes",
198-
"methods",
199-
"variables"
197+
"classes"
200198
],
201199
"status": "wip"
202200
},
@@ -672,8 +670,7 @@
672670
"conditionals-if",
673671
"loops",
674672
"strings",
675-
"text_formatting",
676-
"variables"
673+
"text_formatting"
677674
]
678675
},
679676
{

0 commit comments

Comments
 (0)