Skip to content

Commit d68e28c

Browse files
authored
Merge pull request #749 from king6cong/link
fix `TypeParamBounds` link on trait objects
2 parents 0ddeb5e + 30f6d94 commit d68e28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/trait-object.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ need to be expressed as part of the trait object. This lifetime is written as
9797
inferred with a sensible choice.
9898

9999
[_TraitBound_]: ../trait-bounds.md
100-
[_TypeParamBounds_]: ../types.md#type-expressions
100+
[_TypeParamBounds_]: ../trait-bounds.md
101101
[auto traits]: ../special-types-and-traits.md#auto-traits
102102
[defaults]: ../lifetime-elision.md#default-trait-object-lifetimes
103103
[dynamically sized types]: ../dynamically-sized-types.md

0 commit comments

Comments
 (0)