Skip to content

Commit

Permalink
Clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebras committed Oct 15, 2019
1 parent 94e6df2 commit a7ff667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ch03-02-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ fn main() {
```

This program creates a tuple, `x`, and then makes new variables for each
element by using their index. As with most programming languages, the first
index in a tuple is 0.
element by using their respective indicies. As with most programming languages,
the first index in a tuple is 0.

#### The Array Type

Expand Down

0 comments on commit a7ff667

Please sign in to comment.