diff options
| author | Sindre Johansen <sindre@sindrejohansen.no> | 2015-05-10 11:16:32 +0200 |
|---|---|---|
| committer | Sindre Johansen <sindre@sindrejohansen.no> | 2015-05-10 11:16:32 +0200 |
| commit | 8ad1c90db0670c763fec0f1d5cfc0303bc28fb77 (patch) | |
| tree | 421a633f40afa8ea4db81afcd91341e08f3989b3 | |
| parent | 7a91fe845c7ee6e78f6b9f5846541fdc1785687a (diff) | |
Removed the backticks on slices
| -rw-r--r-- | src/doc/trpl/primitive-types.md | 2 |
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 |
