fix switched-round 'b' and 'c'

pull/10/head
Taliesin Beynon 9 years ago committed by Manish Goregaokar
parent 37d42cdcef
commit 8a932e55b9

@ -31,8 +31,8 @@ type's size is a multiple of its alignment. For instance:
```rust ```rust
struct A { struct A {
a: u8, a: u8,
c: u32, b: u32,
b: u16, c: u16,
} }
``` ```

Loading…
Cancel
Save