From d3c64fe274dd1aec098d462b2632329aa09632d0 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 1 Nov 2023 13:31:04 +0100 Subject: [PATCH] Update the metadata for the `pop-count` exercise (#645) --- config.json | 2 +- exercises/practice/pop-count/.meta/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 780000b8..03535bef 100644 --- a/config.json +++ b/config.json @@ -1167,7 +1167,7 @@ }, { "slug": "pop-count", - "name": "Pop Count", + "name": "Eliud's Eggs", "uuid": "6846adfc-3c98-42be-8fe1-ad3119f95de1", "practices": [], "prerequisites": [], diff --git a/exercises/practice/pop-count/.meta/config.json b/exercises/practice/pop-count/.meta/config.json index 85b1480e..36225329 100644 --- a/exercises/practice/pop-count/.meta/config.json +++ b/exercises/practice/pop-count/.meta/config.json @@ -13,7 +13,7 @@ ".meta/example.sh" ] }, - "blurb": "Count the 1 bits in a number", + "blurb": "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.", "source": "Christian Willner, Eric Willigers", "source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5" }