diff options
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/raw.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/raw.rs b/src/libcore/raw.rs index a95f05227fb..b7597795b5e 100644 --- a/src/libcore/raw.rs +++ b/src/libcore/raw.rs @@ -21,7 +21,7 @@ /// The representation of a trait object like `&SomeTrait`. /// /// This struct has the same layout as types like `&SomeTrait` and -/// `Box<AnotherTrait>`. The [Trait Objects chapter of the +/// `Box<dyn AnotherTrait>`. The [Trait Objects chapter of the /// Book][moreinfo] contains more details about the precise nature of /// these internals. /// |
