We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 162d540 + 82df41e commit f9d4e05Copy full SHA for f9d4e05
src/ch04-03-slices.md
@@ -1,8 +1,8 @@
1
## The Slice Type
2
3
-*Slices* let you reference a contiguous sequence of elements in a collection
4
-rather than the whole collection. A slice is a kind of reference, so it does
5
-not have ownership.
+*Slices* let you reference a contiguous sequence of elements in a
+[collection](ch08-00-common-collections.md) rather than the whole collection. A
+slice is a kind of reference, so it does not have ownership.
6
7
Here’s a small programming problem: write a function that takes a string of
8
words separated by spaces and returns the first word it finds in that string.
0 commit comments