We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d5c1bb + 9c87b1f commit 9997a6eCopy full SHA for 9997a6e
data.md
@@ -236,7 +236,7 @@ one.
236
This is the most important `repr`. It has fairly simple intent: do what C does.
237
The order, size, and alignment of fields is exactly what you would expect from
238
C or C++. Any type you expect to pass through an FFI boundary should have `repr(C)`,
239
-as C is the lingua-franca of the programming world. However this is also necessary
+as C is the lingua-franca of the programming world. This is also necessary
240
to soundly do more elaborate tricks with data layout such as reintepretting values
241
as a different type.
242
0 commit comments