Skip to content

Commit 2602da3

Browse files
authored
Update arrays-and-slices.md (#830)
Adjust to correct grammar
1 parent 44f983b commit 2602da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrays-and-slices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Arrays allow you to store multiple elements of the same type in a variable in
66
a particular order.
77

8-
When you have an array, it is very common to have to iterate over them. So let's
8+
When you have arrays, it is very common to have to iterate over them. So let's
99
use [our new-found knowledge of `for`](iteration.md) to make a `Sum` function. `Sum` will
1010
take an array of numbers and return the total.
1111

0 commit comments

Comments
 (0)