Skip to content

Commit

Permalink
Remove duplicated mention of slices in 00_intro.md (#144)
Browse files Browse the repository at this point in the history
Slices are already mentioned in bullet point 4, so they can be removed from bullet point 2.
  • Loading branch information
Dobiasd authored Sep 11, 2024
1 parent 97d13e5 commit ea71ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/06_ticket_management/00_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ store and retrieve tickets.
The task will give us an opportunity to explore new Rust concepts, such as:

- Stack-allocated arrays
- `Vec`, a growable array type, and slices
- `Vec`, a growable array type
- `Iterator` and `IntoIterator`, for iterating over collections
- Slices (`&[T]`), to work with parts of a collection
- Lifetimes, to describe how long references are valid
Expand Down

0 comments on commit ea71ac2

Please sign in to comment.