We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c31315 + fd10e70 commit 0ea7bc4Copy full SHA for 0ea7bc4
src/types/trait-object.md
@@ -47,7 +47,7 @@ For example, given a trait `Trait`, the following are all trait objects:
47
Two trait object types alias each other if the base traits alias each other and
48
if the sets of auto traits are the same and the lifetime bounds are the same.
49
For example, `dyn Trait + Send + UnwindSafe` is the same as
50
-`dyn Trait + Unwindsafe + Send`.
+`dyn Trait + UnwindSafe + Send`.
51
52
Due to the opaqueness of which concrete type the value is of, trait objects are
53
[dynamically sized types]. Like all
0 commit comments