From 12e8003dfc39667ac466a2ac737f6785494a7745 Mon Sep 17 00:00:00 2001 From: keiravillekode Date: Sat, 8 Mar 2025 04:09:28 +1100 Subject: [PATCH] Rename exercise as Two-Fer (#229) 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": [],