diff --git a/src/type-layout.md b/src/type-layout.md index b4ca6b52e..aae3577f5 100644 --- a/src/type-layout.md +++ b/src/type-layout.md @@ -159,7 +159,7 @@ not change the layout of the fields themselves. For example, a struct with a `C` representation that contains a struct `Inner` with the default representation will not change the layout of `Inner`. -### The `Rust` Representation +### The `Rust` Representation The `Rust` representation is the default representation for nominal types without a `repr` attribute. Using this representation explicitly through a