From 4fffc26742394e193e145b392aa36c8673b3195b Mon Sep 17 00:00:00 2001 From: Cedd Burge Date: Mon, 7 Feb 2022 17:54:32 +0000 Subject: [PATCH] Fix bowling game copy Fixes #1954 --- exercises/bowling/metadata.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/bowling/metadata.toml b/exercises/bowling/metadata.toml index d3e7cc1678..e4ec0c1d08 100644 --- a/exercises/bowling/metadata.toml +++ b/exercises/bowling/metadata.toml @@ -1,3 +1,3 @@ blurb = "Score a bowling game." -source = "The Bowling Game Kata at but UncleBob" +source = "The Bowling Game Kata from UncleBob" source_url = "http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"