diff --git a/config.json b/config.json index 1eb1d633..0b72de42 100644 --- a/config.json +++ b/config.json @@ -1012,7 +1012,7 @@ }, { "slug": "pop-count", - "name": "Pop Count", + "name": "Eliud's Eggs", "uuid": "cfe01bad-0972-466c-b52a-9b8cf563b2f4", "practices": [ "loops" diff --git a/exercises/practice/pop-count/.meta/config.json b/exercises/practice/pop-count/.meta/config.json index 50bc625a..93a4c465 100644 --- a/exercises/practice/pop-count/.meta/config.json +++ b/exercises/practice/pop-count/.meta/config.json @@ -16,7 +16,7 @@ ".meta/example.h" ] }, - "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" }