Rollup merge of #25239 - sindreij:patch-1, r=alexcrichton

This commit is contained in:
Steve Klabnik 2015-05-10 16:44:22 -04:00
commit fa207fafc6

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