From f964c7a3080b27b52a23b9e038ad7123f7725062 Mon Sep 17 00:00:00 2001 From: Ryan Hartlage <2488333+ryanplusplus@users.noreply.github.com> Date: Sat, 24 Jan 2026 17:36:15 -0500 Subject: [PATCH] Use correct exercise name in the skeleton comment for Camicia --- exercises/practice/camicia/camicia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/camicia/camicia.js b/exercises/practice/camicia/camicia.js index afbb5a7d49..7ff81985ee 100644 --- a/exercises/practice/camicia/camicia.js +++ b/exercises/practice/camicia/camicia.js @@ -1,5 +1,5 @@ // -// This is only a SKELETON file for the 'BookStore' exercise. It's been provided as a +// This is only a SKELETON file for the 'Camicia' exercise. It's been provided as a // convenience to get you started writing code faster. //