Skip to content

Commit

Permalink
Fix link for T
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Oct 17, 2020
1 parent c2ffc21 commit 28bc315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exotic-sizes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ information that "completes" them (more on this below).
There are two major DSTs exposed by the language:

* trait objects: `dyn MyTrait`
* slices: [`[T]`], [`str`], and others
* slices: [`T`], [`str`], and others

A trait object represents some type that implements the traits it specifies.
The exact original type is *erased* in favor of runtime reflection
Expand Down Expand Up @@ -195,4 +195,4 @@ should behave.
[dst-issue]: https://github.com/rust-lang/rust/issues/26403
[extern-types]: https://github.com/rust-lang/rfcs/blob/master/text/1861-extern-types.md
[`str`]: ../std/primitive.str.html
[`[T]`]: ../std/primitive.slice.html
[`T`]: ../std/primitive.slice.html

0 comments on commit 28bc315

Please sign in to comment.