From 51fd4a0ae36ac4418e4fbeb6bffe4f33b889519b Mon Sep 17 00:00:00 2001 From: Toussaint Louis <66522867+lotoussa@users.noreply.github.com> Date: Mon, 30 May 2022 01:35:51 +0200 Subject: [PATCH] Update README.md grammatical update --- subjects/fikbuk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/fikbuk/README.md b/subjects/fikbuk/README.md index bc9f88f1..39c7d827 100644 --- a/subjects/fikbuk/README.md +++ b/subjects/fikbuk/README.md @@ -5,7 +5,7 @@ Create a `fikBuk` function that takes a number `n` and will start counting from `1` to `n`. -You will return create an array from those values +You will return an array from those values for each numbers in between `1` and `n` you must do the following: