Skip to content

Commit 9458c3b

Browse files
committed
Correct the remark regarding the C Representation dual purpose
1 parent 02674ce commit 9458c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-layout.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ creating types that are interoperable with the C Language. The second purpose is
196196
to create types that you can soundly perform operations on that rely on data
197197
layout such as reinterpreting values as a different type.
198198

199-
Because of this dual purpose, it is possible to create types that are not useful
200-
for interfacing with the C programming language.
199+
Because of this dual purpose, it is possible to create types that are not only
200+
useful for interfacing with the C programming language.
201201

202202
This representation can be applied to structs, unions, and enums. The exception
203203
is [zero-variant enums] for which the `C` representation is an error.

0 commit comments

Comments
 (0)