Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wweic committed Mar 4, 2020
1 parent f250099 commit f6ac5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/runtime/container.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class StringObj : public Object {
* ref = std::string{"hello world2"};
*
* // You can use the reference as hash map key
* std::unordered<String, int32_t> m;
* std::unordered_map<String, int32_t> m;
* m[ref] = 1;
*
* // You can compare the reference object with other string objects
Expand Down

0 comments on commit f6ac5f0

Please sign in to comment.