Skip to content

Commit

Permalink
Fix broken doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Dec 7, 2018
1 parent 439ecf9 commit adfc066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/collections/btree/map.rs
Expand Up @@ -98,7 +98,7 @@ use self::Entry::*;
/// }
///
/// // Look up the value for a key (will panic if the key is not found).
/// println!("Review for Jane: {}", movie_reviews["Pride and Prejudice"]);
/// println!("Movie review: {}", movie_reviews["Office Space"]);
///
/// // iterate over everything.
/// for (movie, review) in &movie_reviews {
Expand Down

0 comments on commit adfc066

Please sign in to comment.