]> git.lizzy.rs Git - rust.git/blobdiff - src/libcollections/btree/map.rs
Rollup merge of #34175 - rwz:patch-2, r=alexcrichton
[rust.git] / src / libcollections / btree / map.rs
index 248240a7de884268af453efc3a37699b8c970ea8..26e71d20833209e7ccdd2d826e1ee9a7832ca79e 100644 (file)
@@ -68,7 +68,7 @@
 /// // would be `BTreeMap<&str, &str>` in this example).
 /// let mut movie_reviews = BTreeMap::new();
 ///
-/// // review some books.
+/// // review some movies.
 /// movie_reviews.insert("Office Space",       "Deals with real issues in the workplace.");
 /// movie_reviews.insert("Pulp Fiction",       "Masterpiece.");
 /// movie_reviews.insert("The Godfather",      "Very enjoyable.");