Skip to content

Commit 1ae7c2d

Browse files
committed
Link to default representation.
1 parent 3ecc681 commit 1ae7c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ String slices are a UTF-8 representation of characters that have the same layout
8686

8787
## Tuple Layout
8888

89-
Tuples are laid out according to the default representation.
89+
Tuples are laid out according to the [default representation][Default].
9090

9191
The exception to this is the unit tuple (`()`), which is guaranteed as a
9292
zero-sized type to have a size of 0 and an alignment of 1.

0 commit comments

Comments
 (0)