Skip to content

Commit 9c87b1f

Browse files
committed
fix double "however"
1 parent 069681a commit 9c87b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.md

Lines changed: 1 addition & 1 deletion
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)