about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSindre Johansen <sindre@sindrejohansen.no>2015-05-09 12:59:24 +0200
committerSindre Johansen <sindre@sindrejohansen.no>2015-05-09 12:59:24 +0200
commit7a91fe845c7ee6e78f6b9f5846541fdc1785687a (patch)
treeb6f66c69e8f6f5c2f6fd6a4c5ad9390297173f56
parent95400c51c31877ea4699adc051477edccb5cfbca (diff)
downloadrust-7a91fe845c7ee6e78f6b9f5846541fdc1785687a.tar.gz
rust-7a91fe845c7ee6e78f6b9f5846541fdc1785687a.zip
Fixed a typo. Removed an extra s
-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..f0f57c3ab58 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