Update README.md

This commit is contained in:
Christopher Fremond 2021-11-03 12:48:26 +00:00 committed by GitHub
parent 3c37510aa9
commit 18c91ffd67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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