We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bddb76 commit 439ecf9Copy full SHA for 439ecf9
src/liballoc/collections/btree/map.rs
@@ -98,7 +98,7 @@ use self::Entry::*;
98
/// }
99
///
100
/// // Look up the value for a key (will panic if the key is not found).
101
-/// println!("Review for Jane: {}", book_reviews["Pride and Prejudice"]);
+/// println!("Review for Jane: {}", movie_reviews["Pride and Prejudice"]);
102
103
/// // iterate over everything.
104
/// for (movie, review) in &movie_reviews {
0 commit comments