diff --git a/include/tvm/runtime/container.h b/include/tvm/runtime/container.h index c673838290c2..83ae114fb11b 100644 --- a/include/tvm/runtime/container.h +++ b/include/tvm/runtime/container.h @@ -339,7 +339,7 @@ class StringObj : public Object { * ref = std::string{"hello world2"}; * * // You can use the reference as hash map key - * std::unordered m; + * std::unordered_map m; * m[ref] = 1; * * // You can compare the reference object with other string objects