about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSindre Johansen <sindre@sindrejohansen.no>2015-05-10 11:16:32 +0200
committerSindre Johansen <sindre@sindrejohansen.no>2015-05-10 11:16:32 +0200
commit8ad1c90db0670c763fec0f1d5cfc0303bc28fb77 (patch)
tree421a633f40afa8ea4db81afcd91341e08f3989b3
parent7a91fe845c7ee6e78f6b9f5846541fdc1785687a (diff)
Removed the backticks on slices
-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 f0f57c3ab58..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` [in the standard library
+You can find more documentation for slices [in the standard library
 documentation][slice].
 
 [slice]: ../std/primitive.slice.html