Skip to content

Commit

Permalink
fix TypeParamBounds link on trait objects
Browse files Browse the repository at this point in the history
  • Loading branch information
king6cong committed Feb 9, 2020
1 parent 11e893f commit 30f6d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/trait-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ need to be expressed as part of the trait object. This lifetime is written as
inferred with a sensible choice.

[_TraitBound_]: ../trait-bounds.md
[_TypeParamBounds_]: ../types.md#type-expressions
[_TypeParamBounds_]: ../trait-bounds.md
[auto traits]: ../special-types-and-traits.md#auto-traits
[defaults]: ../lifetime-elision.md#default-trait-object-lifetimes
[dynamically sized types]: ../dynamically-sized-types.md
Expand Down

0 comments on commit 30f6d94

Please sign in to comment.