We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Listing 10-38, you comment out speed_mps initialization rather than collision_threshold_s initialization, so instead of:
speed_mps
collision_threshold_s
Intentionally commenting out the collision_threshold_s member initializer...
the caption should read:
Intentionally commenting out the speed_mps member initializer...
The text was updated successfully, but these errors were encountered:
Thanks, @bliutwo!
Sorry, something went wrong.
fd1ab6f
Closes JLospinoso#169
86f6525
No branches or pull requests
In Listing 10-38, you comment out
speed_mps
initialization rather thancollision_threshold_s
initialization, so instead of:the caption should read:
The text was updated successfully, but these errors were encountered: