Skip to content

Commit a21aa24

Browse files
committed
Fix abbr tag.
1 parent 913931b commit a21aa24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/type-layout.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Pointers to sized types have the same size and alignment as `usize`.
6969
Pointers to unsized types are sized. The size and alignment is guaranteed to be
7070
at least equal to the size and alignment of a pointer.
7171

72-
> Note: Though you should not rely on this, all pointers to <abbr
73-
> title="Dynamically Sized Types">DSTs</abbr> are currently twice the size of
74-
> the size of `usize` and have the same alignment.
72+
> Note: Though you should not rely on this, all pointers to
73+
> <abbr title="Dynamically Sized Types">DSTs</abbr> are currently twice the
74+
> size of the size of `usize` and have the same alignment.
7575
7676
## Array Layout
7777

0 commit comments

Comments
 (0)