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”