fix double "however"

pull/10/head
Manish Goregaokar 9 years ago
parent 96efb3776d
commit c8aae3aff7

@ -236,7 +236,7 @@ one.
This is the most important `repr`. It has fairly simple intent: do what C does.
The order, size, and alignment of fields is exactly what you would expect from
C or C++. Any type you expect to pass through an FFI boundary should have `repr(C)`,
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
to soundly do more elaborate tricks with data layout such as reintepretting values
as a different type.

Loading…
Cancel
Save