From a21aa24030896569bf66a92e93c561b349506057 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 7 Sep 2019 11:09:48 -0700 Subject: [PATCH] Fix abbr tag. --- src/type-layout.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/type-layout.md b/src/type-layout.md index 2e85e3596..b0cc71a73 100644 --- a/src/type-layout.md +++ b/src/type-layout.md @@ -69,9 +69,9 @@ Pointers to sized types have the same size and alignment as `usize`. Pointers to unsized types are sized. The size and alignment is guaranteed to be at least equal to the size and alignment of a pointer. -> Note: Though you should not rely on this, all pointers to title="Dynamically Sized Types">DSTs are currently twice the size of -> the size of `usize` and have the same alignment. +> Note: Though you should not rely on this, all pointers to +> DSTs are currently twice the +> size of the size of `usize` and have the same alignment. ## Array Layout