From c8aae3aff761e81f086e69e7f7e1017ebf4aff34 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 21 Jun 2015 15:30:09 +0530 Subject: [PATCH] fix double "however" --- data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.md b/data.md index 1100848..1d4365d 100644 --- a/data.md +++ b/data.md @@ -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.