Fix broken doc test
This commit is contained in:
parent
439ecf94e5
commit
adfc0667bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue