From e0bcdbf5c85b5a5768fbf3e60cd8cc18ae4dd6d1 Mon Sep 17 00:00:00 2001 From: davhojt Date: Tue, 24 May 2022 17:50:01 +0300 Subject: [PATCH] docs(arrays): fix gramar --- subjects/arrays/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/arrays/README.md b/subjects/arrays/README.md index 9b31de8c..28e0c1dc 100644 --- a/subjects/arrays/README.md +++ b/subjects/arrays/README.md @@ -23,7 +23,7 @@ pub fn thirtytwo_tens() -> [i32; 32] { Here is a program to test your function. -There are things missing in this program. Use the output and the other information to figure out what is missing. +> It's incomplete. Use the output and the other available information to figure out what is missing. ```rust use arrays::{sum, thirtytwo_tens};