docs(arrays): fix gramar

This commit is contained in:
davhojt 2022-05-24 17:50:01 +03:00 committed by Dav Hojt
parent 72fc44949e
commit e0bcdbf5c8
1 changed files with 1 additions and 1 deletions

View File

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