Removed the backticks on slices
This commit is contained in:
parent
7a91fe845c
commit
8ad1c90db0
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` [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