Skip to content
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

Misunderstanding of Crate::Module::Item Concepts as Newbie #4231

Open
anu-sin-theta opened this issue Feb 18, 2025 · 0 comments
Open

Misunderstanding of Crate::Module::Item Concepts as Newbie #4231

anu-sin-theta opened this issue Feb 18, 2025 · 0 comments

Comments

@anu-sin-theta
Copy link

  • I have searched open and closed issues and pull requests for duplicates, using these search terms:

  • I have checked the latest main branch to see if this has already been fixed, in this file:
    • Not fixed yet

URL to the section(s) of the book with this problem:

  • Chapter 2 Guessing Game
  • Description of the problem:
    The issue is while in std::io::stdin:
    std is the standard library in Rust.
    io is a module within the std library.
    stdin is a function within the io module, but the book said "io library" it does confused too much as a newbie the user won't impose his thoughts for a moment he/she will rather trust the BOOK that ::io is indeed a library (with confusion in his mind). so it needs to be fixed.
  • Suggested fix:

Replace "library" with "Module"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant