Skip to content

Commit 9997a6e

Browse files
committed
Merge pull request #1 from Manishearth/patch-1
fix double "however"
2 parents 2d5c1bb + 9c87b1f commit 9997a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ one.
236236
This is the most important `repr`. It has fairly simple intent: do what C does.
237237
The order, size, and alignment of fields is exactly what you would expect from
238238
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
239+
as C is the lingua-franca of the programming world. This is also necessary
240240
to soundly do more elaborate tricks with data layout such as reintepretting values
241241
as a different type.
242242

0 commit comments

Comments
 (0)