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
main
URL to the section(s) of the book with this problem: https://doc.rust-lang.org/stable/book/ch08-01-vectors.html#using-an-enum-to-store-multiple-types
Description of the problem:
Then we can create a vector to hold that enum and so, ultimately, holds different types.
There is no valid subject for the "holds".
Suggested fix:
I can't think of a good option that doesn't involve rephrasing the sentence.
The text was updated successfully, but these errors were encountered:
Good catch! This should be an easy fix—in context, it is just that "holds" should be "hold"!
Sorry, something went wrong.
Fix a typo: remove an extra 's' from ch. 18.01
ee832a0
Fixes #3561
Successfully merging a pull request may close this issue.
main
branch to see if this has already been fixed, in this file:URL to the section(s) of the book with this problem:
https://doc.rust-lang.org/stable/book/ch08-01-vectors.html#using-an-enum-to-store-multiple-types
Description of the problem:
There is no valid subject for the "holds".
Suggested fix:
I can't think of a good option that doesn't involve rephrasing the sentence.
The text was updated successfully, but these errors were encountered: