Skip to content

Commit

Permalink
Update arrays-and-slices.md (#830)
Browse files Browse the repository at this point in the history
Adjust to correct grammar
  • Loading branch information
ddrouin authored Dec 25, 2024
1 parent 44f983b commit 2602da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrays-and-slices.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Arrays allow you to store multiple elements of the same type in a variable in
a particular order.

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
use [our new-found knowledge of `for`](iteration.md) to make a `Sum` function. `Sum` will
take an array of numbers and return the total.

Expand Down

0 comments on commit 2602da3

Please sign in to comment.