From e9ce39b3e81d92994cef46de623b58ba022c7f0f Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Sat, 15 Mar 2025 05:48:15 +1100 Subject: [PATCH] Rename four exercises Now all practice exercises have names consistent with problem-specifications metadata https://github.com/exercism/problem-specifications/blob/main/exercises/two-fer/metadata.toml https://github.com/exercism/problem-specifications/blob/main/exercises/isbn-verifier/metadata.toml https://github.com/exercism/problem-specifications/blob/main/exercises/linked-list/metadata.toml https://github.com/exercism/problem-specifications/blob/main/exercises/simple-linked-list/metadata.toml [no important files changed] --- config.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.json b/config.json index aff67381..af802c18 100644 --- a/config.json +++ b/config.json @@ -326,7 +326,7 @@ }, { "slug": "two-fer", - "name": "Two Fer", + "name": "Two-Fer", "uuid": "95a162a4-d825-4874-9e2f-014787cbdfb5", "practices": [], "prerequisites": [], @@ -1021,7 +1021,7 @@ }, { "slug": "isbn-verifier", - "name": "Isbn Verifier", + "name": "ISBN Verifier", "uuid": "5fcc6fd8-1dc7-4493-970a-731c7602b229", "practices": [], "prerequisites": [], @@ -1034,7 +1034,7 @@ }, { "slug": "linked-list", - "name": "Linked List ", + "name": "Linked List", "uuid": "6f6c55dd-db6b-40ca-96f2-d9b7232dcbb0", "practices": [], "prerequisites": [], @@ -1048,7 +1048,7 @@ }, { "slug": "simple-linked-list", - "name": "Simple linked list", + "name": "Simple Linked List", "uuid": "ffccabe9-9779-4914-9cff-c6f5696c8afe", "practices": [ "pointers" @@ -1237,11 +1237,11 @@ "uuid": "8a7f6f8c-ff36-4afd-9ab3-6dbd355d0263", "practices": [], "prerequisites": [ - "basics", - "namespaces", - "loops", - "numbers", - "strings" + "basics", + "namespaces", + "loops", + "numbers", + "strings" ], "difficulty": 4 }