Advanced Hands-on Rust B2.0: P80 - Unresolved import - my_library_docs

@herbert

On page 80 in the code block for random_distribution.rs, the import is shown as:
use my_library_docs::RandomNumberGenerator;

but I think this should be
use my_library::RandomNumberGenerator;