We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f983b commit 2602da3Copy full SHA for 2602da3
arrays-and-slices.md
@@ -5,7 +5,7 @@
5
Arrays allow you to store multiple elements of the same type in a variable in
6
a particular order.
7
8
-When you have an array, it is very common to have to iterate over them. So let's
+When you have arrays, it is very common to have to iterate over them. So let's
9
use [our new-found knowledge of `for`](iteration.md) to make a `Sum` function. `Sum` will
10
take an array of numbers and return the total.
11
0 commit comments