Skip to content

Commit

Permalink
Fix typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Dec 5, 2018
1 parent 4bddb76 commit 439ecf9
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: {}", book_reviews["Pride and Prejudice"]);
/// println!("Review for Jane: {}", movie_reviews["Pride and Prejudice"]);
///
/// // iterate over everything.
/// for (movie, review) in &movie_reviews {
Expand Down

0 comments on commit 439ecf9

Please sign in to comment.