We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2092031 + 8180a91 commit 48a6112Copy full SHA for 48a6112
src/libcollections/btree/map.rs
@@ -68,7 +68,7 @@ use self::Entry::*;
68
/// // would be `BTreeMap<&str, &str>` in this example).
69
/// let mut movie_reviews = BTreeMap::new();
70
///
71
-/// // review some books.
+/// // review some movies.
72
/// movie_reviews.insert("Office Space", "Deals with real issues in the workplace.");
73
/// movie_reviews.insert("Pulp Fiction", "Masterpiece.");
74
/// movie_reviews.insert("The Godfather", "Very enjoyable.");
0 commit comments