From 28c1404f2bcb1266d7eb924cdd080cd7f065e77c Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Fri, 7 Mar 2025 21:44:51 +1100 Subject: [PATCH] Rename exercise as Two-Fer Now all practice exercises have names consistent with problem-specifications metadata https://github.com/exercism/problem-specifications/blob/main/exercises/two-fer/metadata.toml [no important files changed] --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 9fcf35c..d829dc0 100644 --- a/config.json +++ b/config.json @@ -76,7 +76,7 @@ }, { "slug": "two-fer", - "name": "Two Fer", + "name": "Two-Fer", "uuid": "42e242e7-03c7-4989-a418-770ee5805008", "practices": [], "prerequisites": [],