Fixed a typo. Removed an extra s
This commit is contained in:
parent
95400c51c3
commit
7a91fe845c
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ Slices have type `&[T]`. We’ll talk about that `T` when we cover
|
|||
|
||||
[generics]: generics.html
|
||||
|
||||
You can find more documentation for `slices`s [in the standard library
|
||||
You can find more documentation for `slices` [in the standard library
|
||||
documentation][slice].
|
||||
|
||||
[slice]: ../std/primitive.slice.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue