Skip to content

Commit

Permalink
Merge pull request #1 from Manishearth/patch-1
Browse files Browse the repository at this point in the history
fix double "however"
  • Loading branch information
Gankra committed Jun 21, 2015
2 parents 2d5c1bb + 9c87b1f commit 9997a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9997a6e

Please sign in to comment.