Fixed a typo. Removed an extra s

This commit is contained in:
Sindre Johansen 2015-05-09 12:59:24 +02:00
parent 95400c51c3
commit 7a91fe845c

View file

@ -176,7 +176,7 @@ Slices have type `&[T]`. Well 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