Skip to content

Commit 05b9f79

Browse files
Rename two exercises (#536)
Now all practice exercises have names consistent with problem-specifications metadata https://github.com/exercism/problem-specifications/blob/main/exercises/dnd-character/metadata.toml https://github.com/exercism/problem-specifications/blob/main/exercises/two-fer/metadata.toml [no important files changed]
1 parent ced0652 commit 05b9f79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
},
284284
{
285285
"slug": "two-fer",
286-
"name": "Two Fer",
286+
"name": "Two-Fer",
287287
"uuid": "05d91905-042f-49e9-b56b-a454823e19b7",
288288
"practices": [],
289289
"prerequisites": [],
@@ -336,14 +336,14 @@
336336
"practices": [],
337337
"prerequisites": [],
338338
"difficulty": 3,
339+
"status": "deprecated",
339340
"topics": [
340341
"bitwise_operations",
341342
"control_flow_if_else_statements",
342343
"control_flow_loops",
343344
"math",
344345
"strings"
345-
],
346-
"status": "deprecated"
346+
]
347347
},
348348
{
349349
"slug": "bob",
@@ -399,7 +399,7 @@
399399
},
400400
{
401401
"slug": "dnd-character",
402-
"name": "Dnd Character",
402+
"name": "D&D Character",
403403
"uuid": "201c47df-6336-465d-91d9-9d1d7489fc4a",
404404
"practices": [],
405405
"prerequisites": [],
@@ -864,14 +864,14 @@
864864
"practices": [],
865865
"prerequisites": [],
866866
"difficulty": 4,
867+
"status": "deprecated",
867868
"topics": [
868869
"bitwise_operations",
869870
"control_flow_if_else_statements",
870871
"control_flow_loops",
871872
"math",
872873
"strings"
873-
],
874-
"status": "deprecated"
874+
]
875875
},
876876
{
877877
"slug": "prime-factors",

0 commit comments

Comments
 (0)