diff --git a/src_analysis/stl/unordered_map.md b/src_analysis/stl/unordered_map.md index 1f9ded2..bce0269 100644 --- a/src_analysis/stl/unordered_map.md +++ b/src_analysis/stl/unordered_map.md @@ -157,7 +157,7 @@ using __umap_traits = __detail::_Hashtable_traits<_Cache, false, false>; template using __uset_traits = __detail::_Hashtable_traits<_Cache, true, true>; ``` -(4) undered_set +(4) undered_multiset ```cpp template