From 88692f2bc5d692f3858b9c0c367f762ff5140dba Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:01:46 +0100 Subject: [PATCH] exercises(hello-world, leap): sync metadata (#371) Reflect some upstream changes [1][2]. [1] https://github.com/exercism/problem-specifications/commit/ceead5563ebc [2] https://github.com/exercism/problem-specifications/commit/1904c9bb0ff2 --- exercises/practice/hello-world/.meta/config.json | 2 +- exercises/practice/leap/.meta/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/practice/hello-world/.meta/config.json b/exercises/practice/hello-world/.meta/config.json index 030a0bc1..0fb3cb62 100644 --- a/exercises/practice/hello-world/.meta/config.json +++ b/exercises/practice/hello-world/.meta/config.json @@ -13,7 +13,7 @@ ".meta/example.zig" ] }, - "blurb": "The classical introductory exercise. Just say \"Hello, World!\".", + "blurb": "Exercism's classic introductory exercise. Just say \"Hello, World!\".", "source": "This is an exercise to introduce users to using Exercism", "source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program" } diff --git a/exercises/practice/leap/.meta/config.json b/exercises/practice/leap/.meta/config.json index 44d4f045..c556ccbf 100644 --- a/exercises/practice/leap/.meta/config.json +++ b/exercises/practice/leap/.meta/config.json @@ -13,7 +13,7 @@ ".meta/example.zig" ] }, - "blurb": "Given a year, report if it is a leap year.", + "blurb": "Determine whether a given year is a leap year.", "source": "CodeRanch Cattle Drive, Assignment 3", "source_url": "https://coderanch.com/t/718816/Leap" }