Skip to content

Commit

Permalink
config: replaced "math" topic with "mathematics" (#344)
Browse files Browse the repository at this point in the history
Keep things consistent with the other tracks, see exercism/problem-specifications#884
  • Loading branch information
tleen authored and ijanos committed Aug 24, 2017
1 parent 2962bdc commit 8304885
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"difficulty": 1,
"topics": [
"crates",
"math"
"mathematics"
]
},
{
Expand All @@ -31,7 +31,7 @@
"unlocked_by": null,
"difficulty": 1,
"topics": [
"math",
"mathematics",
"booleans",
"conditionals"
]
Expand Down Expand Up @@ -119,7 +119,7 @@
"unlocked_by": null,
"difficulty": 1,
"topics": [
"math",
"mathematics",
"panic"
]
},
Expand All @@ -140,7 +140,7 @@
"unlocked_by": null,
"difficulty": 1,
"topics": [
"math"
"mathematics"
]
},
{
Expand Down Expand Up @@ -196,7 +196,7 @@
"unlocked_by": null,
"difficulty": 4,
"topics": [
"Math",
"Mathematics",
"Vec",
"Index (optional)"
]
Expand Down Expand Up @@ -383,7 +383,7 @@
"unlocked_by": null,
"difficulty": 4,
"topics": [
"Math",
"Mathematics",
"Struct"
]
},
Expand Down Expand Up @@ -610,7 +610,7 @@
"topics": [
"string parsing",
"combinations",
"math",
"mathematics",
"external crates (optional)"
]
},
Expand Down

0 comments on commit 8304885

Please sign in to comment.