1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 14:17:34 +02:00

exercises/day-2/book-library: Fix typo (#1171)

This commit is contained in:
Frances Wingerter
2023-09-12 07:04:08 +00:00
committed by GitHub
parent 78d9b35d67
commit d2e0c62303

View File

@ -76,7 +76,7 @@ impl Library {
// ANCHOR: Library_print_books
//fn print_books(self) {
// todo!("Iterate over `self.books` and each book's title and year")
// todo!("Iterate over `self.books` and print each book's title and year")
//}
// ANCHOR_END: Library_print_books
fn print_books(&self) {