We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecc681 commit 1ae7c2dCopy full SHA for 1ae7c2d
src/type-layout.md
@@ -86,7 +86,7 @@ String slices are a UTF-8 representation of characters that have the same layout
86
87
## Tuple Layout
88
89
-Tuples are laid out according to the default representation.
+Tuples are laid out according to the [default representation][Default].
90
91
The exception to this is the unit tuple (`()`), which is guaranteed as a
92
zero-sized type to have a size of 0 and an alignment of 1.
0 commit comments