We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c31315 commit fd10e70Copy full SHA for fd10e70
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