We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a86790 + ec9b52b commit 9732f63Copy full SHA for 9732f63
src/dynamically-sized-types.md
@@ -12,7 +12,7 @@ types">DSTs</abbr>. Such types can only be used in certain cases:
12
* Pointers to trait objects also store a pointer to a vtable.
13
* <abbr title="dynamically sized types">DSTs</abbr> can be provided as
14
type arguments when a bound of `?Sized`. By default any type parameter
15
- has a `?Sized` bound.
+ has a `Sized` bound.
16
* Traits may be implemented for <abbr title="dynamically sized
17
types">DSTs</abbr>. Unlike type parameters`Self: ?Sized` by default in trait
18
definitions.
0 commit comments