From 0f18060dcb3a9cb2276c0852b213295425ae5d41 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 6 Feb 2024 09:47:42 +0100 Subject: [PATCH] Sync the `roman-numerals` exercise's metadata with the latest data. --- exercises/practice/roman-numerals/.meta/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exercises/practice/roman-numerals/.meta/config.json b/exercises/practice/roman-numerals/.meta/config.json index f37428a8..0848abb7 100644 --- a/exercises/practice/roman-numerals/.meta/config.json +++ b/exercises/practice/roman-numerals/.meta/config.json @@ -1,5 +1,7 @@ { - "authors": ["glaxxie"], + "authors": [ + "glaxxie" + ], "files": { "solution": [ "RomanNumerals.ps1" @@ -11,7 +13,7 @@ ".meta/RomanNumerals.example.ps1" ] }, - "blurb": "Write a function to convert from normal numbers to Roman Numerals.", + "blurb": "Convert modern Arabic numbers into Roman numerals.", "source": "The Roman Numeral Kata", "source_url": "https://codingdojo.org/kata/RomanNumerals/" }