From 3e5ecf5c57b0ce4d416df41c7d20db650ae3287e Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Fri, 7 Mar 2025 22:29:16 +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/sum-of-multiples/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 87cad21..8aae553 100644 --- a/config.json +++ b/config.json @@ -187,7 +187,7 @@ }, { "slug": "two-fer", - "name": "Two Fer", + "name": "Two-Fer", "uuid": "cbf9d422-ad22-4919-ac3f-6ff13dfaea23", "practices": [], "prerequisites": [], @@ -273,7 +273,7 @@ }, { "slug": "sum-of-multiples", - "name": "Sum Of Multiples", + "name": "Sum of Multiples", "uuid": "74765ef9-de2c-488a-8152-e608e4f12e3a", "practices": [], "prerequisites": [],