We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02674ce commit 9458c3bCopy full SHA for 9458c3b
src/type-layout.md
@@ -196,8 +196,8 @@ creating types that are interoperable with the C Language. The second purpose is
196
to create types that you can soundly perform operations on that rely on data
197
layout such as reinterpreting values as a different type.
198
199
-Because of this dual purpose, it is possible to create types that are not useful
200
-for interfacing with the C programming language.
+Because of this dual purpose, it is possible to create types that are not only
+useful for interfacing with the C programming language.
201
202
This representation can be applied to structs, unions, and enums. The exception
203
is [zero-variant enums] for which the `C` representation is an error.
0 commit comments