Skip to content

Commit 2c76c6b

Browse files
committed
Address review comments.
1 parent ccaa840 commit 2c76c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/pointers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ word and have therefore the same layout as C pointers.
3939
> or, in the case of `&mut T`, aliasing.
4040
4141
We do not make any guarantees about the layout of
42-
multi-trait objects `&(dyn Tr + Ur)` or references to other dynamically sized types,
42+
multi-trait objects `&(dyn Trait1 + Trait2)` or references to other dynamically sized types,
4343
other than that they are at least word-aligned, and have size at least one word.
4444

4545
The layout of `&dyn Trait` when `Trait` is a trait is the same as that of:

0 commit comments

Comments
 (0)