From 18c91ffd676f9a019703e4fad1ef3a65fddb562f Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Wed, 3 Nov 2021 12:48:26 +0000 Subject: [PATCH] Update README.md --- subjects/diamon/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/diamon/README.md b/subjects/diamon/README.md index 92bb660f..8ea4e028 100644 --- a/subjects/diamon/README.md +++ b/subjects/diamon/README.md @@ -3,11 +3,11 @@ ### Instructions Create a `diamon` function that takes a string and a number as parameters -and return a diamon shape constructed by 2 arguments: +and returns a diamond shape constructed by 2 arguments: - the characters (as a string) to be repeated - the size of a side (as a number) -Just like pyramid + a reversed pyramid +It is just like pyramid + a reversed pyramid ### Output example