We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439ecf9 commit adfc066Copy full SHA for adfc066
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: {}", movie_reviews["Pride and Prejudice"]);
+/// println!("Movie review: {}", movie_reviews["Office Space"]);
102
103
/// // iterate over everything.
104
/// for (movie, review) in &movie_reviews {
0 commit comments