-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Confusing language in http://doc.rust-lang.org/book/hello-world.html #20993
New issue
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
Comments
It's referring to the parentheses. Can you think of a suggestion to improve the clarity? |
To the contents of the parentheses? I understood "because we arent returning anything" to point to dropping the declaration of the return type of the function after an arrow "->". |
Yes, I meant the whole thing: |
|
In "and because we aren't returning anything from this function, we've dropped THAT notation entirely" it is not clear what is referenced by "that".
The text was updated successfully, but these errors were encountered: