Skip to content

Commit e35f6d6

Browse files
authored
Update vec.md (#2810)
With #1898 the slices were moved to day 1. So I deleted the day 3 slice reference sentence in day 2 vec.md.
1 parent 8419b30 commit e35f6d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/std-types/vec.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,5 @@ methods on a `Vec`.
4949
- To index the vector you use `[` `]`, but they will panic if out of bounds.
5050
Alternatively, using `get` will return an `Option`. The `pop` function will
5151
remove the last element.
52-
- Slices are covered on day 3. For now, students only need to know that a value
53-
of type `Vec` gives access to all of the documented slice methods, too.
5452

5553
</details>

0 commit comments

Comments
 (0)