From cba7b164632a3434b6a2f148f9ffae304e888a16 Mon Sep 17 00:00:00 2001 From: Cool-Katt Date: Wed, 4 Dec 2024 22:50:00 +0200 Subject: [PATCH] Hopefully making the CI pass, part 2 --- exercises/diamond/description.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/diamond/description.md b/exercises/diamond/description.md index 3f065c60a..93a72af42 100644 --- a/exercises/diamond/description.md +++ b/exercises/diamond/description.md @@ -39,7 +39,7 @@ E E ## Requirements These are the full requirements: - +- - The diamond has a square shape (width equals height). - The letters form a diamond shape. - The top half has the letters in ascending order. @@ -51,4 +51,4 @@ These are the full requirements: - The diamond is horizontally symmetric. - The diamond is vertically symmetric. - The four corners (containing the spaces) are triangles. - +-