Hands-on Rust: Typo

Page 60 of the book, 75 of the PDF:
“you have to convert the velocity to an integer with an i32”

It should be:

“you have to convert the velocity to an integer with as i32”

Thanks! I’ve noted it down. Because Hands-on Rust is in print, I can’t readily change it - but if there’s a 2nd edition at some point in the future, I’ll have the change ready.

1 Like