From 8123fa792668f06e3fd239c8dc3f21db51beab8b Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Wed, 8 Oct 2025 09:57:56 -0400 Subject: [PATCH] Title Case for line-up title --- exercises/line-up/metadata.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/line-up/metadata.toml b/exercises/line-up/metadata.toml index b4a2c1d62..d87ab847e 100644 --- a/exercises/line-up/metadata.toml +++ b/exercises/line-up/metadata.toml @@ -1,4 +1,4 @@ -title = "Line up" +title = "Line Up" blurb = "Help lining up customers at Yaʻqūb's Deli." source = "mk-mxp, based on previous work from Exercism contributors codedge and neenjaw" source_url = "https://forum.exercism.org/t/new-exercise-ordinal-numbers/19147"