Skip to content

Commit ea71ac2

Browse files
authored
Remove duplicated mention of slices in 00_intro.md (mainmatter#144)
Slices are already mentioned in bullet point 4, so they can be removed from bullet point 2.
1 parent 97d13e5 commit ea71ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/06_ticket_management/00_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ store and retrieve tickets.
88
The task will give us an opportunity to explore new Rust concepts, such as:
99

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

0 commit comments

Comments
 (0)