From 3eb77076218d87f78a001313f9c31e0c9f7298ee Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Fri, 7 Mar 2025 22:18:02 +1100 Subject: [PATCH] Rename two exercises Now all practice exercises have names consistent with problem-specifications metadata https://github.com/exercism/problem-specifications/blob/main/exercises/hello-world/metadata.toml https://github.com/exercism/problem-specifications/blob/main/exercises/two-fer/metadata.toml [no important files changed] --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 01da1cd8..bac00aec 100644 --- a/config.json +++ b/config.json @@ -36,7 +36,7 @@ "practice": [ { "slug": "hello-world", - "name": "Hello, World!", + "name": "Hello World", "uuid": "25a0331e-612f-48c1-8a3f-9b0e9601a2fa", "practices": [ "functions", @@ -578,7 +578,7 @@ }, { "slug": "two-fer", - "name": "Two Fer", + "name": "Two-Fer", "uuid": "866a09d8-6949-4363-b83f-7b9fefb53893", "practices": [ "conditionals",