From af63fc0443c4c97b1746ee798829790665db0f48 Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Mon, 13 Jul 2015 22:37:03 -0700 Subject: [PATCH] remove salsh --- other-reprs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other-reprs.md b/other-reprs.md index d168dcb..829a15e 100644 --- a/other-reprs.md +++ b/other-reprs.md @@ -28,7 +28,7 @@ the FFI boundary. * **The [drop flag][] will still be added** -* This is equivalent to one of `repr(u\*)` (see the next section) for enums. The +* This is equivalent to one of `repr(u*)` (see the next section) for enums. The chosen size is the default enum size for the target platform's C ABI. Note that enum representation in C is undefined, and this may be incorrect when the C code is compiled with certain flags.