From e05e99985e23915b32f1323cd11281c1a6aa266d Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 25 May 2022 02:21:58 +0300 Subject: [PATCH] docs(inv_pyramid): correct grammar --- subjects/inv_pyramid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/inv_pyramid/README.md b/subjects/inv_pyramid/README.md index d98536ba..608aa3e2 100644 --- a/subjects/inv_pyramid/README.md +++ b/subjects/inv_pyramid/README.md @@ -2,7 +2,7 @@ ### Instructions -Create a function called `inv_pyramid` that takes a `string` as an `integer` and returns a vector of `string`s. +Create a function named `inv_pyramid` that takes a `string` as an `integer` and returns a vector of `string`s. This function should create a pyramid structure. Each element of the vector must be a combination of spaces and the string given ### Example