Commit eb0c3af3 authored by Ge Jun's avatar Ge Jun

fix a comment

parent 05a0bd10
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
// of hash_map. Allows all platforms to use |butil::hash_map| and // of hash_map. Allows all platforms to use |butil::hash_map| and
// |butil::hash_set|. // |butil::hash_set|.
// eg: // eg:
// butil::hash_map<int> my_map; // butil::hash_map<int, std::string> my_map;
// butil::hash_set<int> my_set; // butil::hash_set<int> my_set;
// //
// NOTE: It is an explicit non-goal of this class to provide a generic hash // NOTE: It is an explicit non-goal of this class to provide a generic hash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment