We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6790b0e commit 91ca622Copy full SHA for 91ca622
src/doc/trpl/traits.md
@@ -273,8 +273,8 @@ not, because both the trait and the type aren't in our crate.
273
274
One last thing about traits: generic functions with a trait bound use
275
*monomorphization* (*mono*: one, *morph*: form), so they are statically
276
-dispatched. What's that mean? Check out the chapter on [static and dynamic
277
-dispatch](static-and-dynamic-dispatch.html) for more.
+dispatched. What's that mean? Check out the chapter on [trait
+objects](trait-objects.html) for more.
278
279
## Multiple trait bounds
280
0 commit comments