Skip to content

Commit 7924982

Browse files
author
mikeblome
committed
fixed unescaped angle bracket
1 parent 0ee38dd commit 7924982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/hash-map.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ translation.priority.mt: ["cs-cz", "pl-pl", "pt-br", "tr-tr"]
2020
---
2121
# <hash_map>
2222
> [!NOTE]
23-
> This header is obsolete. The alternative is [<unordered_map>](../standard-library/unordered-map.md).
23+
> This header is obsolete. The alternative is [\<unordered_map>](../standard-library/unordered-map.md).
2424
2525
Defines the container template classes hash_map and hash_multimap and their supporting templates.
2626

27-
In Visual C++ .NET 2003, members of the <hash_map> and <hash_set> header files are no longer in the std namespace, but rather have been moved into the stdext namespace. See [stdext Namespace](../standard-library/stdext-namespace.md) for more information.
27+
In Visual C++ .NET 2003, members of the \<hash_map> and \<hash_set> header files are no longer in the std namespace, but rather have been moved into the stdext namespace. See [stdext Namespace](../standard-library/stdext-namespace.md) for more information.
2828

2929
## Syntax
3030

0 commit comments

Comments
 (0)