about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-05-10 16:44:22 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-05-10 16:44:22 -0400
commitfa207fafc6a1f9d492d460c73d05c888ecb03ccf (patch)
treeb889c78b68b1a6c04389c1c3676c0fe7dc8c88ac
parentba8eb58257bf1fa3d0ee8fa0d4f6d2ac1add3818 (diff)
parent8ad1c90db0670c763fec0f1d5cfc0303bc28fb77 (diff)
downloadrust-fa207fafc6a1f9d492d460c73d05c888ecb03ccf.tar.gz
rust-fa207fafc6a1f9d492d460c73d05c888ecb03ccf.zip
Rollup merge of #25239 - sindreij:patch-1, r=alexcrichton
-rw-r--r--src/doc/trpl/primitive-types.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/primitive-types.md b/src/doc/trpl/primitive-types.md
index e017e222c74..bb2bf028700 100644
--- a/src/doc/trpl/primitive-types.md
+++ b/src/doc/trpl/primitive-types.md
@@ -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