Change error message in rustbook

This commit is contained in:
Guillaume Gomez 2015-10-16 10:59:04 +02:00
parent 35f8184f7d
commit a3f9fc69d6
4 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@ unsafe {
with:
```text
error: transmute called on types with different sizes: [u8; 4] (32 bits) to u64
error: transmute called with differently sized types: [u8; 4] (32 bits) to u64
(64 bits)
```