From add505b43223decb6491a8fc5a7b160a1fb0320d Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 16 Jan 2024 14:47:49 +0100 Subject: [PATCH] Sync the `leap` exercise's metadata with the latest data. --- exercises/practice/leap/.meta/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/leap/.meta/config.json b/exercises/practice/leap/.meta/config.json index c24164e2b..cb8e0c1b0 100644 --- a/exercises/practice/leap/.meta/config.json +++ b/exercises/practice/leap/.meta/config.json @@ -38,7 +38,7 @@ "go.mod" ] }, - "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" }